• Julien Muchembled's avatar
    logger: new RTMIN+1 signal to reopen the log · 3428da3c
    Julien Muchembled authored
    RTMIN+1 & RTMIN+2 signals, which were previously used for debugging,
    have been remapped to RTMIN+2 & RTMIN+3
    
    No journal on disk anymore because this is incompatible with the
    rename+reopen way to rotate logs, and we want to support logrotate.
    Of course in case of crash the log may be corrupt or entries may be lost,
    but we currenty don't think NEO logs would be useful to debug such failure.
    3428da3c
debug.py 2.94 KB