Skip to content

Commit

Permalink
Docker (#420)
Browse files Browse the repository at this point in the history
* feat: multiple bug fixes. introduced timeout for jobs

* feat: add dockerfile for slim binary

* feat: add log level env vars

* fix: tone down color on timestamp logging

---------

Co-authored-by: Spoked <Spoked@localhost>
  • Loading branch information
dreulavelle and Spoked authored Jun 17, 2024
1 parent 9f6c7d1 commit aa30c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_log_settings(name, default_color, default_icon):

# Log format to match the old log format, but with color
log_format = (
"<red>{time:YYMMDD}</red> <red>{time:HH:mm:ss}</red> | "
"<fg #818589>{time:YYMMDD} {time:HH:mm:ss}</fg #818589> | "
"<level>{level.icon}</level> <level>{level: <9}</level> | "
"<cyan>{module}</cyan>.<cyan>{function}</cyan> - <level>{message}</level>"
)
Expand Down

0 comments on commit aa30c56

Please sign in to comment.