Install python-click-log by entering the following commands in the terminal:
sudo apt update sudo apt install python-click-log
Description:
Logging integration for Click - Python 2.7
Partly because Python’s logging module aims to be so generic, it doesn’t come with sensible defaults for CLI applications. At some point you might also want to expose more logging levels through more options, at which point the boilerplate code grows even more. This is where click-log comes in. . This package contains the Python 2.7 module.
Homepage: https://github.com/click-contrib/click-log
Version: 0.2.1-1
Section: universe/python