Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 5316599

Browse files
cmsflashsergiud
authored andcommitted
Fix log filename format
The log filename format does not match the example in the line below. One of them must be incorrect. This commit changes the format to match the example.
1 parent cd8fbd5 commit 5316599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ there is no ``NDEBUG`` macro defined), but avoids halting the program in
223223
production by automatically reducing the severity to ``ERROR``.
224224

225225
Unless otherwise specified, glog writes to the filename
226-
``/tmp/\<program name\>.\<hostname\>.\<user name\>.log.\<severity level\>.\<date\>.\<time\>.\<pid\>``
226+
``/tmp/\<program name\>.\<hostname\>.\<user name\>.log.\<severity level\>.\<date\>-\<time\>.\<pid\>``
227227
(e.g.,
228228
``/tmp/hello_world.example.com.hamaji.log.INFO.20080709-222411.10474``).
229229
By default, glog copies the log messages of severity level ``ERROR`` or

0 commit comments

Comments
 (0)