We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757e9f8 commit 76fb40dCopy full SHA for 76fb40d
include/spdlog/sinks/rotating_file_sink-inl.h
@@ -35,7 +35,7 @@ SPDLOG_INLINE rotating_file_sink<Mutex>::rotating_file_sink(
35
{
36
throw_spdlog_ex("rotating sink constructor: max_size arg cannot be zero");
37
}
38
-
+
39
if (max_files > 200000)
40
41
throw_spdlog_ex("rotating sink constructor: max_files arg cannot exceed 200000");
0 commit comments