Show More
@@ -705,12 +705,12 b' formatter = color_formatter_sql' | |||||
705 |
|
705 | |||
706 | [formatter_generic] |
|
706 | [formatter_generic] | |
707 | class = rhodecode.lib.logging_formatter.ExceptionAwareFormatter |
|
707 | class = rhodecode.lib.logging_formatter.ExceptionAwareFormatter | |
708 | format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s |
|
708 | format = %(asctime)s.%(msecs)03d [%(process)d] %(levelname)-5.5s [%(name)s] %(message)s | |
709 | datefmt = %Y-%m-%d %H:%M:%S |
|
709 | datefmt = %Y-%m-%d %H:%M:%S | |
710 |
|
710 | |||
711 | [formatter_color_formatter] |
|
711 | [formatter_color_formatter] | |
712 | class = rhodecode.lib.logging_formatter.ColorFormatter |
|
712 | class = rhodecode.lib.logging_formatter.ColorFormatter | |
713 | format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s |
|
713 | format = %(asctime)s.%(msecs)03d [%(process)d] %(levelname)-5.5s [%(name)s] %(message)s | |
714 | datefmt = %Y-%m-%d %H:%M:%S |
|
714 | datefmt = %Y-%m-%d %H:%M:%S | |
715 |
|
715 | |||
716 | [formatter_color_formatter_sql] |
|
716 | [formatter_color_formatter_sql] |
@@ -675,12 +675,12 b' formatter = generic' | |||||
675 |
|
675 | |||
676 | [formatter_generic] |
|
676 | [formatter_generic] | |
677 | class = rhodecode.lib.logging_formatter.ExceptionAwareFormatter |
|
677 | class = rhodecode.lib.logging_formatter.ExceptionAwareFormatter | |
678 | format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s |
|
678 | format = %(asctime)s.%(msecs)03d [%(process)d] %(levelname)-5.5s [%(name)s] %(message)s | |
679 | datefmt = %Y-%m-%d %H:%M:%S |
|
679 | datefmt = %Y-%m-%d %H:%M:%S | |
680 |
|
680 | |||
681 | [formatter_color_formatter] |
|
681 | [formatter_color_formatter] | |
682 | class = rhodecode.lib.logging_formatter.ColorFormatter |
|
682 | class = rhodecode.lib.logging_formatter.ColorFormatter | |
683 | format = %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s |
|
683 | format = %(asctime)s.%(msecs)03d [%(process)d] %(levelname)-5.5s [%(name)s] %(message)s | |
684 | datefmt = %Y-%m-%d %H:%M:%S |
|
684 | datefmt = %Y-%m-%d %H:%M:%S | |
685 |
|
685 | |||
686 | [formatter_color_formatter_sql] |
|
686 | [formatter_color_formatter_sql] |
General Comments 0
You need to be logged in to leave comments.
Login now