Closed AVSurfer123 closed 1 year ago
This way any errors that occur in our clients will be part of the same logger. This will also involve adding a logger_init(TEST) to all the CLI main functions and to start_test().
logger_init(TEST)
start_test()
This way any errors that occur in our clients will be part of the same logger. This will also involve adding a
logger_init(TEST)
to all the CLI main functions and tostart_test()
.