mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
script: deactivate moonrakers debug logging in moonraker.conf template
This commit is contained in:
@@ -223,7 +223,7 @@ create_single_moonraker_conf(){
|
|||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: $PORT
|
port: $PORT
|
||||||
enable_debug_logging: True
|
enable_debug_logging: False
|
||||||
config_path: $PRINTER_CFG_LOC
|
config_path: $PRINTER_CFG_LOC
|
||||||
klippy_uds_address: /tmp/klippy_uds
|
klippy_uds_address: /tmp/klippy_uds
|
||||||
|
|
||||||
@@ -276,7 +276,7 @@ create_multi_moonraker_conf(){
|
|||||||
[server]
|
[server]
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
port: $PORT
|
port: $PORT
|
||||||
enable_debug_logging: True
|
enable_debug_logging: False
|
||||||
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
config_path: $PRINTER_CFG_LOC/printer_$INSTANCE
|
||||||
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
klippy_uds_address: /tmp/klippy_uds-$INSTANCE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user