Minor change to vty script

This commit is contained in:
Monocots 2022-10-25 19:01:27 +00:00
parent 6de4b3ef23
commit 238f4335b6

View file

@ -89,9 +89,9 @@ switch $vty {
expect "#" expect "#"
} }
msc { msc {
send "logging level db debug\r" send "logging level mncc debug\r"
expect "#" expect "#"
send "logging level lsms debug\r" send "logging level lsms notice\r"
expect "#" expect "#"
send "logging level mm info\r" send "logging level mm info\r"
expect "#" expect "#"