ihrapsa / KlipperWrt

A guide to install Klipper with fluidd, Mainsail or Duet-Web-Control and webcam stream in OpenWrt. Mainly created around the Creality Wi-Fi box but any OpenWrt running device with similar specs will work just fine.
180 stars 39 forks source link

[guide] add sytem.log to klipper_logs #14

Open ihrapsa opened 3 years ago

ihrapsa commented 3 years ago

Edit /etc/config/system and make sure you have the following under system block

option log_file '/root/klipper_logs/system.log'
option log_size '512'
option log_remote '0'

image

you'll then be able to access and/or download the system log from fluidd: image