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

Added fixed log name support #19

Merged
merged 1 commit into from
Oct 31, 2019
Merged

Added fixed log name support #19

merged 1 commit into from
Oct 31, 2019

Commits on Sep 8, 2016

  1. Added fixed log name support

    See https://code.google.com/p/google-glog/issues/detail?id=209 - this is an updated version of that patch.
    
    It adds a flag that allows to switch behavior from base_filename + filename_extension + time_pid_string to base_filename + filename_extension, while still defaulting to the current behavior to avoid breakage in existing code. This change would allow easier log rotation schemes and better control on what's written on disk.
    Ezequiel Lara Gomez committed Sep 8, 2016
    Configuration menu
    Copy the full SHA
    47af307 View commit details
    Browse the repository at this point in the history