Browse code

Merge "neutron should log user_name and project_name by default like in nova"

Jenkins authored on 2015/01/21 14:41:20
Showing 1 changed files
... ...
@@ -837,6 +837,9 @@ function _configure_neutron_common {
837 837
     # Format logging
838 838
     if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
839 839
         setup_colorized_logging $NEUTRON_CONF DEFAULT project_id
840
+    else
841
+        # Show user_name and project_name by default like in nova
842
+        iniset $NEUTRON_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"
840 843
     fi
841 844
 
842 845
     if is_service_enabled tls-proxy; then