Skip to content

Commit 2b49f76

Browse files
authored
Merge pull request #1698 from natali-rs1985/T7801
vpp: T7801: Change log level from 'err' to 'error'
2 parents ad6fa1a + b84bd22 commit 2b49f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vpp/configuration/dataplane/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Where ``<level>`` can be one of the following:
2424
- ``emerg`` (Emergency) - System is unusable.
2525
- ``alert`` (Alert) - Immediate action required.
2626
- ``crit`` (Critical) - Critical conditions.
27-
- ``err`` (Error) - Error conditions.
27+
- ``error`` (Error) - Error conditions.
2828
- ``warn`` (Warning) - Warning conditions.
2929
- ``notice`` (Notice) - Normal but significant.
3030
- ``info`` (Informational) - Routine informational messages.

0 commit comments

Comments
 (0)