mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
don't spam the console
SIGWINCH could happen often in the console when the terminal is resized. Since the error is harmless just display it when the logging level is debug. fix #449
This commit is contained in:
parent
a48b824d77
commit
02b866f08a
@ -281,7 +281,7 @@ class Arbiter(object):
|
||||
self.num_workers = 0
|
||||
self.kill_workers(signal.SIGQUIT)
|
||||
else:
|
||||
self.log.info("SIGWINCH ignored. Not daemonized")
|
||||
self.log.debug("SIGWINCH ignored. Not daemonized")
|
||||
|
||||
def wakeup(self):
|
||||
"""\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user