Closed DougTrajano closed 2 years ago
In this PR, we are adding some env vars to control logging settings.
I needed it because the FileHandler causes an error with file systems that does not support random writes (e.g. dbfs).
SPARKMONITOR_LOG_LEVEL
SPARKMONITOR_LOG_HANDLER
LGTM
In this PR, we are adding some env vars to control logging settings.
I needed it because the FileHandler causes an error with file systems that does not support random writes (e.g. dbfs).
SPARKMONITOR_LOG_LEVEL
: Logging Level.SPARKMONITOR_LOG_HANDLER
: Use FileHandler or StreamHandler