diff --git a/modules/howtos/pages/collecting-information-and-logging.adoc b/modules/howtos/pages/collecting-information-and-logging.adoc index eb44dcd..8dc348e 100644 --- a/modules/howtos/pages/collecting-information-and-logging.adoc +++ b/modules/howtos/pages/collecting-information-and-logging.adoc @@ -20,23 +20,6 @@ The Python SDK allows logging via the standard `logging` module. include::example$logging_example.py[tag=logging,indent=0] ---- -=== Environmental Settings - -IMPORTANT: Only one logger can be created. Either use `PYCBC_LOG_LEVEL` to create a console logger or `configure_logging` as mentioned above. - -In the command line environment, the PYCBC_LOG_LEVEL variable is set as follows: - -.GNU/Linux and Mac -[source,console] ----- -export PYCBC_LOG_LEVEL= ----- - -.Windows -[source,console] ----- -set PYCBC_LOG_LEVEL= ----- Where `` is either `error`, `warn`, `info`, or `debug`.