Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid creating multiple SIGHUP listeners for File Appender #1110

Merged

Commits on Dec 16, 2021

  1. Creates a 1 SIGHUP handler instead

    I think the issue is that each file appender instance adds a SIGHUP handler, when they could all use the same handler. I'll see if I can work on a fix.
    
    _Originally posted by @nomiddlename in log4js-node#852 (comment)
    lamweili committed Dec 16, 2021
    Copy the full SHA
    ac72e99 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Copy the full SHA
    60568bf View commit details
    Browse the repository at this point in the history