@bearer said in Logging, Syslog or HTTP:
this is probably by far the simplest approach https://forum.duet3d.com/topic/13194/dsf-extension-exec-on-mcode-was-shutdown-sbc
So your idea is that I do something like this?
M2342 F"my log message"
Yes this is a nice option to have for custom log messages, but actually I was after system logs. Something like:
system started, RRF Version 3.2.xx
heater 0 configured
network initiated: got ip 12.34.56.78 via DHCP-server at 12.34.56.1
User $username logged in via webinterface from 12.34.56.23
leveling started from PanelDue
leveling done
homing successfull
ran macro "load-filament.g"
started job: "myprintjob.g"
error: heater fault on heater N
canceled(/stopped/resumed) job "myprintjob.g" for reason X after HH:MM:SS
[...]
That should go to some default log-file automatically, doesn't it?