Skip to content

Commit

Permalink
Move position of loglevel in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 14, 2024
1 parent f17fa30 commit 2b74b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge_node/bridge/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def main():
logging.basicConfig(
level=os.getenv("LOG_LEVEL", logging.INFO),
format="%(asctime)s:%(name)s:%(levelname)s:%(message)s",
format="%(asctime)s:%(levelname)s:%(name)s:%(message)s",
force=True,
)

Expand Down

0 comments on commit 2b74b5c

Please sign in to comment.