summaryrefslogtreecommitdiff
path: root/docs/vpp
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-10-25 13:49:14 +0300
committerGitHub <noreply@github.com>2025-10-25 13:49:14 +0300
commit2b49f7670064331018f1128c87ede3380ae48262 (patch)
tree176b72ad26447926fb7bb3144f52f61c01060623 /docs/vpp
parentad6fa1ac259684bf8f0b5ee7b4c8cc63be3fd86d (diff)
parentb84bd22bbf891fee652df9e8954c069e757a76b2 (diff)
downloadvyos-documentation-2b49f7670064331018f1128c87ede3380ae48262.tar.gz
vyos-documentation-2b49f7670064331018f1128c87ede3380ae48262.zip
Merge pull request #1698 from natali-rs1985/T7801
vpp: T7801: Change log level from 'err' to 'error'
Diffstat (limited to 'docs/vpp')
-rw-r--r--docs/vpp/configuration/dataplane/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vpp/configuration/dataplane/logging.rst b/docs/vpp/configuration/dataplane/logging.rst
index 2081be24..1a37a884 100644
--- a/docs/vpp/configuration/dataplane/logging.rst
+++ b/docs/vpp/configuration/dataplane/logging.rst
@@ -24,7 +24,7 @@ Where ``<level>`` can be one of the following:
- ``emerg`` (Emergency) - System is unusable.
- ``alert`` (Alert) - Immediate action required.
- ``crit`` (Critical) - Critical conditions.
-- ``err`` (Error) - Error conditions.
+- ``error`` (Error) - Error conditions.
- ``warn`` (Warning) - Warning conditions.
- ``notice`` (Notice) - Normal but significant.
- ``info`` (Informational) - Routine informational messages.