SDC-BE and SDC-FE missing log files
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / recipes / FE_1_cleanup_jettydir.rb
index 7449518..7dd8bb0 100644 (file)
@@ -30,4 +30,13 @@ directory "FE_create_catalog-fe" do
   group 'jetty'
   mode '0755'
   action :create
+end
+
+directory "FE_create_log_dir" do
+  path "#{ENV['JETTY_BASE']}/logs/SDC/SDC-FE/"
+  owner 'jetty'
+  group 'jetty'
+  mode '0755'
+  action :create
+  recursive true
 end
\ No newline at end of file