You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using rotating logger for error message, one thing I found is, even if there's no error message, spdlog still creates error log file.
Code pointer here:
I'm using rotating logger for error message, one thing I found is, even if there's no error message, spdlog still creates error log file.
Code pointer here:
spdlog/include/spdlog/sinks/rotating_file_sink-inl.h
Line 44 in ae1de0d
I'm wondering if we could avoid creating file if nothing written to spdlog, or at least we provide such option for lazy file creation?
Two benefits:
If owners feel fine for the proposal, I'm willing to create PR and implement the feature.
The text was updated successfully, but these errors were encountered: