On 9/20/21 2:12 PM, Michael Balzer wrote:
OVMS# log status Log listeners : 4 File logging status: active Log file path : /sd/logs/ovms-z.log Current size : 182.2 kB Cycle size : 1024 kB Cycle count : 0 Dropped messages : 0 Messages logged : 45 Total fsync time : 0.1 s
That's file logging enabled, and logs stored on your SD card in the "logs" directory. If your config is unchanged, you should find some archived log files there. Configuration is btw explained here: https://docs.openvehicles.com/en/latest/userguide/logging.html#logging-to-sd...
You cannot download these files via the server. The "*-OVM-ServerLog" is just the protocol of the server communication as seen by the server.
Got it.
To download the module log files from /sd/logs, you can either use the web UI, or you can use ssh/scp.
I used scp to get the currently active log (/sd/logs/ovms-z.log) but it doesn't contain any testev logs. I believe it covers the test I did overnight (the timestamps are UTC but it starts on 2021-09-18 20:16 and goes until 2021-09-20 13:14). I guess I'm expecting to have to add some config to enable logging the test events to the sd log. Craig