Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
d793193f
Verified
Commit
d793193f
authored
Oct 27, 2022
by
Leonidas Spyropoulos
Browse files
style: make logging easier to read
Signed-off-by:
Leonidas Spyropoulos
<
artafinde@archlinux.org
>
parent
3dcbee5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
logging.conf
View file @
d793193f
...
...
@@ -50,9 +50,9 @@ formatter=detailedFormatter
args
=(
sys
.
stdout
,)
[
formatter_simpleFormatter
]
format
=%(
asctime
)
s
%(
levelname
)-
5
s
| %(
name
)
s
: %(
message
)
s
format
=%(
asctime
)
s
%(
levelname
)-
8
s
| %(
name
)
s
@ (%(
filename
)
s
:%(
lineno
)
d
)
: %(
message
)
s
datefmt
=%
H
:%
M
:%
S
[
formatter_detailedFormatter
]
format
=%(
asctime
)
s
%(
levelname
)-
5
s
| %(
name
)
s
.%(
funcName
)
s
() @
L
%(
lineno
)
d
: %(
message
)
s
format
=%(
asctime
)
s
%(
levelname
)-
8
s
|
[
%(
name
)
s
.%(
funcName
)
s
() @
%(
filename
)
s
:
%(
lineno
)
d
]
: %(
message
)
s
datefmt
=%
H
:%
M
:%
S
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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