ryapric / loggit

Modern Logging for the R Ecosystem
Other
37 stars 2 forks source link

`:` interrupts log message #26

Open MEO265 opened 11 months ago

MEO265 commented 11 months ago

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