refactor: log-upload functions

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-21 15:30:43 +02:00
parent 43ab12ed14
commit c8864ea09f
3 changed files with 65 additions and 63 deletions

View File

@@ -11,6 +11,7 @@ The majority of things that have been rewritten are mainly for internal reasons
* feat: Multi-Instance OctoPrint installations now each have their own Virtualenv, allowing independent installation of Plugins
* feat: Implementing the use of shellcheck during development
* feat: Implementing a simple logging mechanic
* feat: Log-upload function allows uploading for several, other logfiles (kiauh.log, webcamd.log etc.)
* fix: During Klipper installation checks for group membership of `tty` and `dialout` are made
* refactor: Support for DWC and DWC-for-Klipper has been removed
* refactor: Switch branch function has been removed (was replaced by the custom Klipper repo feature)