logging
The logging
resource contains information about the resources consumed during various AMPS logging processes. Selecting a logging mechanism (console, file or syslog) will first list all logs of that particular type. Drilling down into one of those logs will pull up more granular information about logging. If a logging mechanism is not defined in the configuration, then the results will be blank when the logging resource is selected.
Statistics Database Tables: ICONSOLE_LOGGERS_STATIC
, ICONSOLE_LOGGERS_DYNAMIC
, IFILE_LOGGERS_STATIC
, IFILE_LOGGERS_DYNAMIC
, ISYSLOG_LOGGERS_STATIC
, ISYSLOG_LOGGERS_DYNAMIC
Admin Path: /amps/instance/logging/<type>/<identifier>/<metric>
console
Below are the options available for reporting when console
logging is enabled:
Metric | Description | Type |
| Number of bytes written to the console. | cumulative |
| Errors which are excluded from logging. | fixed |
| Errors which are included during logging. | fixed |
| Log level used to control logging output. | fixed |
| Console to which logging output is directed. Default: | fixed |
file
Below are the options available for reporting when file
logging is enabled:
Metric | Description | Type |
| Number of bytes written to the log. | cumulative |
| Errors which are excluded from logging. | fixed |
| File defined in the configuration file where the log file is written to. | fixed |
| Mask of the logging output file name, if available. | fixed |
| Percentage of free space on the file system that contains the file. | snapshot |
| Errors which are included during logging. | fixed |
| Log level used to control logging output. | fixed |
| Boolean representation denoting if log rotation is turned on. | fixed |
| Log size at which log rotation will occur. | fixed |
syslog
Below are the options available for reporting when syslog
logging is enabled:
Metric | Description | Type |
| Number of bytes written to syslog. | cumulative |
| Errors which are excluded from logging. | fixed |
| Integer enumeration of the logging facility used by syslog. | fixed |
| Syslog name of the logging instance. | fixed |
| Errors which are included during logging. | fixed |
| Log level used to control logging output. | fixed |
| Bitfield of possible log options included. These values are configured in the configuration file in the | fixed |
Last updated