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.

Allow a log file to be simply named "foobar.log" with no appended string #124

@KevinLucidyne

Description

@KevinLucidyne

I want to create a simple logfile of the form "foobar.log" without the time_pid_string being appended. I have tried

google::SetLogDestination(google::INFO, "/lti/ImageProcessing/Backbone/logs/foobar.log");
google::InitGoogleLogging("");

but this results in a log file of the form "foobar.logyyyymmdd-mmmmm.nnnn".

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