diff --git a/conf/st2.conf.sample b/conf/st2.conf.sample index 73fdf0d8bd..27645c77a4 100644 --- a/conf/st2.conf.sample +++ b/conf/st2.conf.sample @@ -324,3 +324,7 @@ local_timezone = America/Los_Angeles # Base https URL to access st2 Web UI. This is used to construct history URLs that are sent out when chatops is used to kick off executions. webui_base_url = https://localhost +[workflow_engine] +# Location of the logging configuration file. +logging = conf/logging.workflowengine.conf + diff --git a/tools/config_gen.py b/tools/config_gen.py index 7c54fec30b..89ad584ffd 100755 --- a/tools/config_gen.py +++ b/tools/config_gen.py @@ -27,6 +27,7 @@ CONFIGS = ['st2actions.config', 'st2actions.notifier.config', 'st2actions.resultstracker.config', + 'st2actions.workflows.config', 'st2api.config', 'st2stream.config', 'st2auth.config',