aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/queuelogger.py
Commit message (Expand)AuthorAgeFilesLines
* klippy: Add Python2 module wrappers and use Python3 module namingKevin O'Connor2021-10-041-1/+1
* webhooks: Add client_info parameter to "info" webhookKevin O'Connor2020-08-261-0/+3
* queuelogger: Use "import Queue as queue" for improved Python3 compatibilityKevin O'Connor2020-06-151-2/+2
* mathutil: Disable queuelogger in background_coordinate_descent()Kevin O'Connor2019-12-171-3/+14
* klippy: Automatically clear rollover_info on each restartKevin O'Connor2018-04-031-2/+3
* queuelogger: Add critical information to each logfile on rolloverKevin O'Connor2017-05-011-15/+27
* queuelogger: Automatically roll log fileKevin O'Connor2017-04-141-4/+4
* queuelogger: Add support for background log writingKevin O'Connor2016-11-121-0/+48