Skip to content

Commit

Permalink
refactor: change log format
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 15, 2024
1 parent 39f8a82 commit 0cd8431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def warn_for_lack_of_daq_jobs(daq_job_threads: list[DAQJobThread]):
coloredlogs.install(
level=logging.DEBUG,
datefmt="%Y-%m-%d %H:%M:%S",
fmt="%(asctime)s %(hostname)s %(name)s %(levelname)s %(message)s",
)
daq_job_threads = start_daq_job_threads()
daq_job_stats: DAQJobStatsDict = {
Expand Down

0 comments on commit 0cd8431

Please sign in to comment.