Skip to content

Commit

Permalink
Improving logging readability
Browse files Browse the repository at this point in the history
  • Loading branch information
anna1492 committed Nov 7, 2023
1 parent 576038f commit d9a68cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Miscellaneous:
"Logging format string (according to the syntax in https://docs.python.org/3/library/logging.html#logrecord-attributes)",
] = get_config(
"LOGGING_FORMAT_STRING",
default="[%(asctime)s][%(levelname)s] %(filename)s %(funcName)s() line %(lineno)d: %(message)s",
default="[%(levelname)s] - [%(asctime)s] %(filename)s - in %(funcName)s() (line %(lineno)d): %(message)s",
)

VERIFY_REVDNS_IN_SCOPE: Annotated[
Expand Down

0 comments on commit d9a68cc

Please sign in to comment.