Skip to content

Commit

Permalink
Merge pull request #4185 from StackStorm/orchestra-logging-conf
Browse files Browse the repository at this point in the history
Add st2workflowengine logging conf to appropriate st2 conf files
  • Loading branch information
m4dcoder authored Jun 21, 2018
2 parents da6b04f + 24e1869 commit c1b03cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/st2.package.conf
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ url = amqp://guest:[email protected]:5672/

[ssh_runner]
remote_dir = /tmp

[workflow_engine]
logging = /etc/st2/logging.workflowengine.conf
3 changes: 3 additions & 0 deletions conf/st2.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ logging = /etc/st2actions/logging.resultstracker.conf

[notifier]
logging = /etc/st2actions/logging.notifier.conf

[workflow_engine]
logging = /etc/st2actions/logging.workflowengine.conf

0 comments on commit c1b03cb

Please sign in to comment.