change log filenames for better sorting

This commit is contained in:
qimiko 2024-02-04 03:49:25 -07:00
parent f832cc5145
commit 65907caa87
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -248,7 +248,7 @@ void Logger::clear() {
// Misc
std::string geode::log::generateLogName() {
return fmt::format("Geode {:%d %b %H.%M.%S}.log", convertTime(log_clock::now()));
return fmt::format("Geode {:%F %H.%M.%S}.log", convertTime(log_clock::now()));
}
void log::pushNest() {