Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- show running-config logging module
logging module
Syntax
[no] logging module module { debug | off | trace }
Description
This command allows you to specify which software modules to trace or log. By default, none of the modules is enabled for logging.
Options
Parameter | Description | Range | Default Value |
---|---|---|---|
module module | The module to log | See the example below for the list of modules. | None |
debug | Sets the log level to debug | – | – |
off | Disables logging for the specified module | – | This is the default setting. |
trace | Sets the log level to trace | – | – |
Required Privilege Level
Related Documentation
- show running-config logging module
Sample Output
The modules can vary from release to release.
bti7800(config)# logging module ?
Possible completions: ampagent ampmgr arpmgr board-agent db digi-agent discovery dolagent dolcomms dolnlcmdrv env-agent equipment-agent equipmentmgr evip faultmgr front-panel global ifmgr logmgr nodemgr oamagent oammgr portagent portmgr protocolmgr rph showrsvp stat-collector switch-agent switchmgr testdrvherc transceiver-agent wpsagent wpsdrv wpsmgr bti7800(config)# logging module equipmentmgr debug bti7800(config)# commit Commit complete.