You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of specifying the device + test context in each log message, we could have a logger adapter or formatter to add the test and device automatically.
For example, in AntaTest we have: Exception raised while collecting commands for test VerifyNTP (on device DC1-LEAF1A) Test VerifyNTP initialized with input data
It could be something like: <DC1-LEAF1A> [VerifyNTP]: Exception raised while collecting commands <DC1-LEAF1A> [VerifyNTP]: Test initialized with input data
The text was updated successfully, but these errors were encountered:
Instead of specifying the device + test context in each log message, we could have a logger adapter or formatter to add the test and device automatically.
For example, in AntaTest we have:
Exception raised while collecting commands for test VerifyNTP (on device DC1-LEAF1A)
Test VerifyNTP initialized with input data
It could be something like:
<DC1-LEAF1A> [VerifyNTP]: Exception raised while collecting commands
<DC1-LEAF1A> [VerifyNTP]: Test initialized with input data
The text was updated successfully, but these errors were encountered: