SDC-BE and SDC-FE missing log files
[sdc.git] / catalog-be / sdc-backend / chef-repo / cookbooks / sdc-catalog-be / recipes / BE_1_cleanup_jettydir.rb
index 1de2954..14cfe04 100644 (file)
@@ -22,3 +22,12 @@ directory "BE_create_catalog-be" do
   mode '0755'
   action :create
 end
+
+directory "BE_create_log_dir" do
+  path "#{ENV['JETTY_BASE']}/logs/SDC/SDC-BE"
+  owner 'jetty'
+  group 'jetty'
+  mode '0755'
+  action :create
+  recursive true
+end
\ No newline at end of file