-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
Line 239 in c1266d0
| print('INFO: Showing help with the command {cmd}.\n'.format( |
Line 287 in c1266d0
| print('INFO: Showing help with the command {cmd}.\n'.format( |
When I get the help message, includes INFO: messages like:
INFO: Showing help with the command {cmd}
I would like such logging messages to use Python's logging framework which would allow me to suppress and redirect such messages.
Reactions are currently unavailable