Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

logtostderr filtering #356

@guliashvili

Description

@guliashvili

Currently, glog supports filtering of the logs using stderrthreshold only when the logtostderr and alsologtostderr are False.

However, when logtostderr is not true, glog creates the log files, which for our use case is unnecessary, as we have the sink for writing in the file.

I propose creating either flag to disable logging in the file or stderrthreshold_forced flag, which would filter things when logtostderr is true.

I'm happy to invest some time in that and would love to hear feedback from you.

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