loggit
loggit copied to clipboard
`:` interrupts log message
trafficstars
Messages that contain an : are not displayed correctly in the log but are cut off
> loggit::message("This won't: work")
{"timestamp": "2023-12-01T16:17:12+0100", "log_lvl": "INFO", "log_msg": "This won't: work"}
This won't: work
> loggit::read_logs()
timestamp log_lvl log_msg
1 2023-12-01T16:17:12+0100 INFO This won't