You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-07-13 01:20:28 +02:00
Update system.py
promote to log.critical()
This commit is contained in:
committed by
GitHub
parent
e75834f746
commit
38b6d360d3
@ -72,7 +72,7 @@ def _is_compatible_with_hardened_malloc():
|
||||
|
||||
|
||||
def sigterm_handler(_signo, _stack_frame):
|
||||
log.error("Received SIGTERM, terminating.")
|
||||
log.critical("Received SIGTERM, terminating.")
|
||||
sys.exit(143)
|
||||
|
||||
def set_env(required_secrets=[], log_filters=[]):
|
||||
|
Reference in New Issue
Block a user