Enigma2 Environment Variables - SimonCapewell/enigma2 GitHub Wiki
Variable | Description |
---|---|
PYTHONPATH | Determines the directory containing the Python parts of Enigma2. Defaults to /usr/lib/enigma2/python |
ENIGMA_DEBUG_LVL | 0 - Fatal1 - Error2 - Warning3 - Info4 - DebugDefaults to 4 |
ENIGMA_DEBUG_TIME | 0 - No time1 - Seconds since boot2 - Local timeDefaults to 1 |
To override during a debug session in ssh, use for example:
export ENIGMA_DEBUG_TIME=2