Commit bf8d43235e014c0b4158ec0a233add0f5de586d6
Committed by
Rodrigo Siqueira de Melo
1 parent
94c85deb
Exists in
master
and in
79 other branches
Adding escape symbol for text content: colab.spec
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
colab/colab.spec
@@ -144,8 +144,8 @@ LOGGING = { | @@ -144,8 +144,8 @@ LOGGING = { | ||
144 | 'disable_existing_loggers': True, | 144 | 'disable_existing_loggers': True, |
145 | 145 | ||
146 | 'formatters': { | 146 | 'formatters': { |
147 | - 'colab': '[colab] (%(name)s) %(levelname)s: %(message)s', | ||
148 | - 'verbose': '%(asctime)s (%(name)s) %(levelname)s: %(message)s', | 147 | + 'colab': '[colab] (%%(name)s) %%(levelname)s: %%(message)s', |
148 | + 'verbose': '%%(asctime)s (%%(name)s) %%(levelname)s: %%(message)s', | ||
149 | }, | 149 | }, |
150 | 150 | ||
151 | 'handlers': { | 151 | 'handlers': { |