Searching sensor logs for errors

Prev Next

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

For example, to search for errors using the Linux/Unix grep utility:

grep '] ERROR ' dbs.log*

For example, to search for errors using the Windows find utility:

find "] ERROR " logfile.log*