debug: remove noisy signal-file-not-found log

This commit is contained in:
yumoqing 2026-06-01 23:00:24 +08:00
parent 40bd5736b1
commit 54214a8ff9

View File

@ -116,7 +116,7 @@ class HotReloader:
debug('[hot_reload] signal file changed, triggering reload') debug('[hot_reload] signal file changed, triggering reload')
return True return True
except OSError: except OSError:
debug(f'[hot_reload] signal file not found: {SIGNAL_FILE}') pass
return False return False
def check_and_reload(self): def check_and_reload(self):