Skip to content

Redis Server is Logging to STDOUT when Daemonized #7718

@hoyhoy

Description

@hoyhoy

serverLog(LL_WARNING, "oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo");

We have an application that starts and daemonizes redis and when we updated to redis4, we started getting these redis server notifications in our application's log file. Since these log statements occur before redis is daemonized, they're going to stdout instead of /dev/null. Is it possible to move them all down after daemonize() has been called?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions