This is an old revision of the document!
Table of Contents
NIOS Logging
Audit Log Rolling
The audit log file has a maximum size of 100Mb. When the limit is reached, the file is wiped (or FIFO overwritten) and starts to fill up again. If rolling is enabled, then a backup of the file is taken before it is deleted. Up to nine rolled log files can be stored. e.g
- audit.log
- audit.log.1
- audit.log.2
- audit.log.3
- audit.log.4
- audit.log.5
- audit.log.6
- audit.log.7
- audit.log.8
- audit.log.9
Downloading SYSLOG
Under Administration > Logs > SysLog, you can
- Export
- Download
- Print
Export can be a big file (e.g. I just tested it on a small lab NIOS box and it was 141Mb CSV file). It is uncompressed CSV of everything. However, if you apply a log filter, you will only get filtered results.
Download will give you a file called sysLog.tar.gz that contains a file called messages which is the raw syslog file.
Print will print a screen's worth of logs (about 8 pages).
Logs on CLI
show log show log syslog show log audit show log syslog follow show log audit follow show log syslog tail 5 show log audit tail 5
