Merge pull request #1913 from bsergean/patch-1

Update pattern_formatter-inl.h full_formatter comment to describe the default logging pattern expression accurately
This commit is contained in:
Gabi Melman 2021-04-08 21:11:53 +03:00 committed by GitHub
commit 2a6a8aa0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -925,7 +925,7 @@ private:
};
// Full info formatter
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] %v
// pattern: [%Y-%m-%d %H:%M:%S.%e] [%n] [%l] [%s:%#] %v
class full_formatter final : public flag_formatter
{
public: