shorter log message timestamps

This commit is contained in:
Mikayla Fischler 2024-12-20 12:43:19 -05:00
parent 78225a8cf4
commit e8b8dfde5b

View File

@ -40,7 +40,7 @@ local function _log(msg_bits)
if logger.not_ready then return end
local out_of_space = false
local time_stamp = os.date("[%c] ")
local time_stamp = os.date("%F %T ")
local stamped = util.c(time_stamp, table.unpack(msg_bits))
-- attempt to write log