Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
f6cc9dc0
Commit
f6cc9dc0
authored
Jan 08, 2019
by
André Anjos
💬
Browse files
[log] Update log format
parent
08c34433
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/log.py
View file @
f6cc9dc0
...
...
@@ -30,7 +30,7 @@ _logger.addHandler(_debug_info)
# helper functions to instantiate and set-up logging
def
setup
(
logger_name
,
format
=
"%(name)s
@
%(
asctime)s -- %(levelna
me)s: %(message)s"
):
format
=
"%(
level
name)s
:
%(
name)s@%(ascti
me)s: %(message)s"
):
"""This function returns a logger object that is set up to perform logging
using Bob loggers.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment