Advertisement
Guest User

nova-all

a guest
Feb 26th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. --- /etc/nova/nova.conf.old 2014-02-26 13:55:27.377171668 +0000
  2. +++ /etc/nova/nova.conf 2014-02-26 13:59:32.533754430 +0000
  3. @@ -1446,7 +1446,7 @@
  4. # documentation for details on logging configuration files.
  5. # (string value)
  6. #log_config=<None>
  7. -log_config=/etc/nova/logging.conf
  8. +log_config_append=/etc/nova/logging.conf
  9.  
  10. # DEPRECATED. A logging.Formatter log message format string
  11. # which may use any of the available logging.LogRecord
  12. @@ -1454,10 +1454,12 @@
  13. # logging_context_format_string and
  14. # logging_default_format_string instead. (string value)
  15. #log_format=<None>
  16. +log_format=%(asctime)s.%(msecs)06d+00:00 nova %(levelname)s: %(name)s: %(message)s
  17.  
  18. # Format string for %%(asctime)s in log records. Default:
  19. # %(default)s (string value)
  20. #log_date_format=%Y-%m-%d %H:%M:%S
  21. +log_date_format=%Y-%m-%dT%H:%M:%S
  22.  
  23. # (Optional) Name of log file to output to. If no default is
  24. # set, logging will go to stdout. (string value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement