RShell Reference Manual
Revision 4.2, Copyright © 2009, Impinj, Inc. Proprietary and Confidential 13
Table 4-5 Config Logging Command Parameters
Argument Option Format Description
add <syslog server> address Add a new Syslog server with given address or
hostname.
clear Clear the contents of the application log.
del <syslog server> address Delete a Syslog server with given address or
hostname.
delall Delete all listed Syslog servers.
( management |
rfid |
system )
( emergency |
alert |
critical |
error |
warning |
notice |
info |
debug )
enum Configures the level at and above which logs are are
retained and forwarded. Listed in decreasing order of
severity.
These events can be viewed via the show logging command.
Usage for the
config logging command is shown below:
Usage: config logging <category> <level>
<category> is (management|rfid|system)
<level> is (emergency|alert|critical|error|warning|notice|info|debug)
Usage: config logging add <server name>
Usage: config logging clear
Usage: config logging del <server name>
Usage: config logging delall
Example commands that clear the internal log file, configure RFID logging level to ‘warning’
(and above), and adds a Syslog server located at 10.0.10.37:
> config logging clear
Status='0,Success'
> config logging rfid warning
Status='0,Success'
> config logging add 10.0.10.37
Status='0,Success'
4.2.4 Config Network Command
The
config network menu allows the user to administer and manually provision the network
settings for the reader. The config network command parameters are shown in Table 4-6.