Skip to content

Commit a05db2b

Browse files
committed
default log level to info
1 parent e1929b8 commit a05db2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeforlife/servers/celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def start_workers_as_subprocesses(
129129
return processes
130130

131131
def start_heartbeat_as_subprocess(
132-
self, log_level: t.Optional[LogLevel] = "WARNING"
132+
self, log_level: t.Optional[LogLevel] = "INFO"
133133
):
134134
"""Start heartbeat using the 'celery beat' command.
135135

0 commit comments

Comments
 (0)