![]() |
|
|
|
|
Advanced Log Settings Over time a number of extensions have been added to the console server logging feature to meet specific customer's requests. These extensions are included in the release firmware however they do require command line configuration. The most recent extension (in V2.6.1) adds 1/100 second time stamp to the logs. To turn it on run the following command: config -s config.eventlog.local.milliseconds=on Then reboot the console server.
Prior extensions enable you, from the command line, to:
# Set max file size to 50k config -s config.eventlog.local.filesize=50000 # Set max lines to 100 config -s config.eventlog.local.filelines=100 # Set unlimited logfiles config -s config.eventlog.local.filecount=0 # Set file extensions config -s config.eventlog.local.fileext1=.log config -s config.eventlog.local.fileext2=.txt # Set RTS drop/reset thresholds 100k/120k config -s config.eventlog.local.mindisk=100000 config -s config.eventlog.local.resetdisk=120000 # run the serial configurator config -r serialconfig |
| © Opengear 2010| Privacy Policy |