FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13387 questions

15914 answers

25764 comments

50508 members

0 votes
92 views 1 comments
by
With the factory firmware, the event log file could be consulted via an ssh connection and executing the command "evenstlog -p -t".

Is there any way to list these events with the new firmware?

Thanks
by

I think roughly the same of "eventslog -p -t" is following command. This show the all records as JSON format.

ubus call log read_db '{"table":"EVENTS"}'

1 Answer

+1 vote
by
Hi Paula,

I believe that the command that you are searching for is "logread". Just type it on the ssh terminal and the router should print the log file. To see whats going on real time you can use "logread -f".

Best regards