aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Resources/Configuration/logging.json
AgeCommit message (Collapse)Author
2025-10-26Add milliseconds to default console output formatKevin G
Signed-off-by: Kevin G <kevin@myplaceonline.com>
2020-03-03Increase min log level to 'Warning' framework namespacesMark Monteiro
2020-01-27Fix spacing logsBond-009
2020-01-16Add brackets around thread idBond-009
2020-01-13Add thread ID and source to loggingBond-009
2019-11-28added filesize limit for logfiles and a maximum logfile countexcelite
2019-01-05Improve logging performanceBond_009
Perform logging to file on a background thread. This means logging won't be bottlenecked by IO.
2019-01-02Fix and improve loggingBond_009