Skip to content

Commit

Permalink
Update logging style
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 7, 2024
1 parent 1b71bf8 commit 7bfc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __call__(self):
workers, establishes a connection with RabbitMQ, creates the channel,
exchanges, and queues, and begins consuming from the inbound queue"""

logger.info(f"{lbuffer_str('[SERVER]')} Starting server")
logger.info(f"{lbuffer_str('[SERVER]')} Starting server")

# Initialize plugins
logger.info(f"{lbuffer_str('[SERVER]')} Loading plugins {PLUGINS}")
Expand Down

0 comments on commit 7bfc188

Please sign in to comment.