From 5316599845c6f1566e8c30a0f8d4e9e530491b30 Mon Sep 17 00:00:00 2001 From: Shen Zhuoran Date: Thu, 25 Nov 2021 12:34:24 +0800 Subject: [PATCH] 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. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b55f364..6965ecb 100644 --- a/README.rst +++ b/README.rst @@ -223,7 +223,7 @@ there is no ``NDEBUG`` macro defined), but avoids halting the program in production by automatically reducing the severity to ``ERROR``. Unless otherwise specified, glog writes to the filename -``/tmp/\.\.\.log.\.\.\.\`` +``/tmp/\.\.\.log.\.\-\.\`` (e.g., ``/tmp/hello_world.example.com.hamaji.log.INFO.20080709-222411.10474``). By default, glog copies the log messages of severity level ``ERROR`` or