fix security violation
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_3_logback.rb
index 0d9282b..7a2069d 100644 (file)
@@ -1,9 +1,8 @@
 jetty_base="/var/lib/jetty"
 
-
-cookbook_file "logback.xml" do
-   path "#{jetty_base}/config/sdc-simulator/logback.xml"
-   source "logback.xml"
+cookbook_file "log4j.properties" do
+   path "#{jetty_base}/config/sdc-simulator/log4j.properties"
+   source "log4j.properties"
    owner "jetty"
    group "jetty"
    mode "0755"