Unverified Commit b64e4464 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update current_size_ to 0 in after of truncating in rotation error

parent f1ab6feb
......@@ -105,6 +105,7 @@ private:
if (!rename_file(src, target))
{
file_helper_.reopen(true); // truncate the log file anyway to prevent it to grow beyond its limit!
current_size_ = 0;
throw spdlog_ex(
"rotating_file_sink: failed renaming " + filename_to_str(src) + " to " + filename_to_str(target), errno);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment