debug: remove noisy signal-file-not-found log
This commit is contained in:
parent
40bd5736b1
commit
54214a8ff9
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user