Merge pull request #1913 from bsergean/patch-1

Update pattern_formatter-inl.h full_formatter comment to describe the default logging pattern expression accurately
pull/1916/head
Gabi Melman 4 years ago committed by GitHub
commit 2a6a8aa0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save