mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 22:57:36 +03:00
Use extra parameter instead of formatted line in logger
This commit is contained in:
parent
84f85adc2e
commit
b60b759a36
1 changed files with 2 additions and 2 deletions
|
@ -55,5 +55,5 @@ def start():
|
||||||
if debug:
|
if debug:
|
||||||
LOGGER.setLevel(logging.DEBUG)
|
LOGGER.setLevel(logging.DEBUG)
|
||||||
LOGGER.debug(
|
LOGGER.debug(
|
||||||
"Logging configuration file '%s' not found, using stdout." %
|
"Logging configuration file '%s' not found, using stdout.",
|
||||||
filename)
|
extra=filename)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue