From ec4224123baaabcaac12eae8f65a3b268165bead Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 28 Oct 2022 18:28:31 +0200 Subject: [PATCH] Use the logger --- core/rspamd/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rspamd/start.py b/core/rspamd/start.py index b03a602f..031aaf88 100755 --- a/core/rspamd/start.py +++ b/core/rspamd/start.py @@ -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"])