Searching sensor logs for errors

Prev Next

You can use the "] ERROR " search command to identify errors in the sensor logs.

To search for errors using the Linux/Unix grep utility:

grep '] ERROR ' dbs.log*

To search for errors using the Windows find utility:

find "] ERROR " logfile.log*