1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/nw-metallb-levels.adoc

39 lines
1.2 KiB
Plaintext

// Module included in the following assemblies:
// Epic CNF-3274 (4.11)
// * networking/metallb/metallb-troubleshoot-support.adoc
:_mod-docs-content-type: REFERENCE
[id="frr-log-levels_{context}"]
= FRRouting (FRR) log levels
[role="_abstract"]
To control the verbosity of network logs for troubleshooting or monitoring, refer to the FRRouting (FRR) logging levels.
The following values define the severity of recorded events, so that you can use them to filter output based on operational requirements:
.Log levels
[cols="30%,70%",options="header"]
|===
| Log level | Description
| `all`
a|
Supplies all logging information for all logging levels.
| `debug`
a|
Information that is diagnostically helpful to people. Set to `debug` to give detailed troubleshooting information.
| `info`
|
Provides information that always should be logged but under normal circumstances does not require user intervention. This is the default logging level.
| `warn`
|
Anything that can potentially cause inconsistent `MetalLB` behaviour. Usually `MetalLB` automatically recovers from this type of error.
| `error`
a|
Any error that is fatal to the functioning of `MetalLB`. These errors usually require administrator intervention to fix.
| `none`
|Turn off all logging.
|===