You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
#6791 was supposed to add the ability to reload the logging.json on a SIGHUP. It appears that SIGHUP signal_set is never setup via start_sighup_handler since start_sighup_handler is never called so SIGHUP kills the process.
The text was updated successfully, but these errors were encountered:
#6791 was supposed to add the ability to reload the
logging.json
on aSIGHUP
. It appears thatSIGHUP
signal_set is never setup viastart_sighup_handler
sincestart_sighup_handler
is never called soSIGHUP
kills the process.The text was updated successfully, but these errors were encountered: