mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
Use the logger
This commit is contained in:
@@ -30,7 +30,7 @@ while True:
|
||||
break
|
||||
except:
|
||||
pass
|
||||
print("Admin is not up just yet, retrying in 1 second")
|
||||
log.warning("Admin is not up just yet, retrying in 1 second")
|
||||
|
||||
# Run rspamd
|
||||
os.execv("/usr/sbin/rspamd", ["rspamd", "-i", "-f"])
|
||||
|
||||
Reference in New Issue
Block a user