diff --git a/include/spdlog/pattern_formatter-inl.h b/include/spdlog/pattern_formatter-inl.h index 54346e1e..c6cd5e83 100644 --- a/include/spdlog/pattern_formatter-inl.h +++ b/include/spdlog/pattern_formatter-inl.h @@ -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: