We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/google/glog/blob/master/README.rst#severity-levels says:
Unless otherwise specified, glog writes to the filename /tmp/<program name>.<hostname>.<user name>.log.<severity level>.<date>-<time>.<pid> (e.g., /tmp/hello_world.example.com.hamaji.log.INFO.20080709-222411.10474).
The truth is that if TMPDIR is set, it will be used instead of /tmp.
TMPDIR
/tmp
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/google/glog/blob/master/README.rst#severity-levels says:
The truth is that if
TMPDIR
is set, it will be used instead of/tmp
.The text was updated successfully, but these errors were encountered: