diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-14 09:58:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-14 09:58:34 -0400 |
commit | 839725e3c58f794ef6b78f497d7bb0a11ed44d2e (patch) | |
tree | f326c616c5ed1f75a2c94e17f516b24d44236817 /docs | |
parent | 8920479f857712d92a6d083f89b91d4830d2436f (diff) | |
download | kutter-839725e3c58f794ef6b78f497d7bb0a11ed44d2e.tar.gz kutter-839725e3c58f794ef6b78f497d7bb0a11ed44d2e.tar.xz kutter-839725e3c58f794ef6b78f497d7bb0a11ed44d2e.zip |
queuelogger: Automatically roll log file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Todo.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 672a4c2c..b0bc69a4 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -26,9 +26,6 @@ Host user interaction * Improve logging: - * Automatically roll Klippy log files. The default log file should - have the current date in the log file name. - * Possibly collate and report the statistics messages in the log in a more friendly way. |