diff options
author | Tal Gitelman <tal.gitelman@att.com> | 2019-01-28 19:49:33 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-01-28 17:59:36 +0000 |
commit | c0693cd275a0d35ab7acefd2ea2a936179041f41 (patch) | |
tree | a4b3131eea9e9827ad2c226a8eef85c1fec66b36 /catalog-fe/sdc-frontend/chef-repo/cookbooks | |
parent | afd5f9573dfd0c89758ea3f0c0b02a838888ef90 (diff) |
SDC-BE and SDC-FE missing log files
Change-Id: Ie73b016c77d35a3f82b270752173a16a5355dcf9
Issue-ID: SDC-2077
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
Diffstat (limited to 'catalog-fe/sdc-frontend/chef-repo/cookbooks')
-rw-r--r-- | catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb index 7449518f87..7dd8bb0038 100644 --- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb +++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb @@ -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 |