diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-14 07:00:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-14 07:04:45 +0200 |
commit | 883745fbae6a3455ba6cfd4966757107f609a7eb (patch) | |
tree | ef2a4c692cbd84cd6cf9d5369e986c12768a91ad /tests/testutil.py | |
parent | 82bc817f9dd96c3bac0bb22e8759b4f2fc992869 (diff) | |
download | gemato-883745fbae6a3455ba6cfd4966757107f609a7eb.tar.gz |
cli: Allow enabling debug via GEMATO_DEBUG envvar
Support using GEMATO_DEBUG envvar to override the log level and force
DEBUG. This is mostly meant to handle calling gemato executable
via scripts where users can't trivially pass `--debug`. When gemato
is used via the Python API, the caller needs to configure the logger.
Something akin to the following is recommended:
logging.basicConfig()
if os.environ.get("GEMATO_DEBUG"):
logging.getLogger("gemato").setLevel(logging.DEBUG)
plus passing `debug=True` to `OpenPGPEnvironment` constructors.
CloseS: https://github.com/projg2/gemato/issues/7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tests/testutil.py')
0 files changed, 0 insertions, 0 deletions