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

Prepend the year to each glog line (#516) #530

Merged
merged 2 commits into from
Mar 25, 2020

Commits on Mar 8, 2020

  1. Prepend the year to each glog line (google#516)

    This PR fixes issue google#516 by prepending the year to each glog line.
    
    Previous format of each line in a log file:
    [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
    
    New format:
    [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg
    aesophor committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    ba9c5f4 View commit details
    Browse the repository at this point in the history
  2. Fix logging_unittest for PR google#530

    Since the format of each glog line has been changed,
    the logging_unittest must also be updated.
    aesophor committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    f066249 View commit details
    Browse the repository at this point in the history