Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mausy5043 committed Jan 4, 2025
1 parent 8ac0e1a commit 3e1b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kimnaty.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
logging.basicConfig(
level=logging.INFO,
format="%(module)s.%(funcName)s [%(levelname)s] - %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
datefmt=constants.DT_FORMAT,
handlers=[
logging.handlers.SysLogHandler(
address="/dev/log",
Expand Down

0 comments on commit 3e1b08e

Please sign in to comment.