Affected version: 3.2
Environment: MacOS
Details:
After compiling the python adapter, with the Engine set in DEBUG=release, upon importing it from python, it returns this debug message as if it was compiled with DEBUG=1:
import pEp
[21868 0x204195b40] - src/pEp/_pEp/pEpmodule.cc::_log - env var PEP_LOG_ADAPTER not set. Defaulting to False
When it should not give back any output upon importing.
Here's my PythonAdapter local.conf:
$ cat local.conf
DEBUG=0
PREFIX=$(HOME)/local