Adding additional details to notification logs
Improves tracking independent workflows. A log adapter was added to provide an easy means of prepending publisher ID and event type information. Change-Id: I5d2d8a369f99497b05c2a683989e656554d01b4f Closes-Bug: 1642623
This commit is contained in:
@@ -154,7 +154,7 @@ function create_watcher_conf {
|
||||
setup_colorized_logging $WATCHER_CONF DEFAULT
|
||||
else
|
||||
# Show user_name and project_name instead of user_id and project_id
|
||||
iniset $WATCHER_CONF DEFAULT logging_context_format_string "%(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s %(user_name)s %(project_name)s] %(instance)s%(message)s"
|
||||
iniset $WATCHER_CONF DEFAULT logging_context_format_string "%(asctime)s.%(msecs)03d %(levelname)s %(name)s [%(request_id)s %(project_domain)s %(user_name)s %(project_name)s] %(instance)s%(message)s"
|
||||
fi
|
||||
|
||||
# Register SSL certificates if provided
|
||||
|
||||
Reference in New Issue
Block a user