Skip to content

Commit

Permalink
Fixed location of Mission Portal application logs for log_dir cleanup
Browse files Browse the repository at this point in the history
This probably should have changed when mission-portal was adjusted: cfengine/mission-portal#312

Also changed from httpd/logs/application to httpd/logs since several other logs are in that directory as well.

Ticket: ENT-12556
Changelog: title
(cherry picked from commit c1078c1)
  • Loading branch information
craigcomstock committed Jan 2, 2025
1 parent b871c89 commit 6c38dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controls/def.cf
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ bundle common def
"log_dir[package_logs]" string => "$(const.dirsep)cfengine_package_logs";

enterprise.am_policy_hub::
"log_dir[application]" string => "$(sys.workdir)/httpd/htdocs/application/logs";
"log_dir[mission_portal]" string => "$(sys.workdir)/httpd/logs";
"log_dir[application]" string => "$(sys.workdir)/httpd/logs/application";

any::
"cfe_log_dirs" slist => getvalues( log_dir );
Expand Down

0 comments on commit 6c38dda

Please sign in to comment.