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

log_file_header: add option to disable log file headers. #850

Merged
merged 1 commit into from
Aug 13, 2022

Conversation

anpol
Copy link
Contributor

@anpol anpol commented Aug 12, 2022

Log lines can be customized for parsing by an external tool.

To simplify such customization and parsing, there should be an option to customize the file header, or at least to disable adding it.

Log lines can be customized for parsing by an external tool.

To simplify such customization and parsing, there should be an option to
customize the file header, or at least to disable adding it.
@codecov-commenter
Copy link

codecov-commenter commented Aug 12, 2022

Codecov Report

Merging #850 (becbad9) into master (278ed96) will increase coverage by 0.02%.
The diff coverage is 92.85%.

@@            Coverage Diff             @@
##           master     #850      +/-   ##
==========================================
+ Coverage   73.17%   73.20%   +0.02%     
==========================================
  Files          17       17              
  Lines        3277     3280       +3     
==========================================
+ Hits         2398     2401       +3     
  Misses        879      879              
Impacted Files Coverage Δ
src/glog/logging.h.in 79.45% <ø> (ø)
src/logging.cc 74.72% <92.85%> (+0.05%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sergiud sergiud added this to the 0.7 milestone Aug 13, 2022
@sergiud
Copy link
Collaborator

sergiud commented Aug 13, 2022

Thank you!

@sergiud sergiud merged commit 1fb4cc1 into google:master Aug 13, 2022
@anpol anpol deleted the opt-out-log-file-header branch August 15, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants