Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 5, 2018
1 parent 0c6a969 commit c411716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def start_log(
# formatter for it, sets the level and adds it to the logger
if syslog_handler:
syslog_formatter = log.BaseFormatter(
log.LOGGIGN_SYSLOG % "quorum",
log.LOGGIGN_SYSLOG % APP.name if APP else "quorum",
datefmt = "%Y-%m-%dT%H:%M:%S.000000+00:00",
wrap = True
)
Expand Down

0 comments on commit c411716

Please sign in to comment.