|
print('INFO: Showing help with the command {cmd}.\n'.format( |
|
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.
python-fire/fire/core.py
Line 239 in c1266d0
python-fire/fire/core.py
Line 287 in c1266d0
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.