summaryrefslogtreecommitdiffstats
path: root/tests/logging
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logging')
-rw-r--r--tests/logging/logging_vty_test.vty12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/logging/logging_vty_test.vty b/tests/logging/logging_vty_test.vty
index 0c552a58..0eedbe35 100644
--- a/tests/logging/logging_vty_test.vty
+++ b/tests/logging/logging_vty_test.vty
@@ -4,11 +4,11 @@ logging_vty_test# show running-config
...
log stderr
... !logging level all
- logging level aa debug
- logging level bb info
- logging level ccc notice
- logging level dddd error
- logging level eee fatal
+ logging level aa debug
+ logging level bb info
+ logging level ccc notice
+ logging level dddd error
+ logging level eee fatal
...
logging_vty_test# configure terminal
@@ -17,7 +17,7 @@ logging_vty_test(config)# log stderr
logging_vty_test(config-log)# logging level force-all notice
logging_vty_test(config-log)# show running-config
... !logging level all
- logging level force-all notice
+ logging level force-all notice
... !logging level all
logging_vty_test(config-log)# no logging level force-all