how can i set environment variable `DATAHUB_DEBUG`...
# troubleshoot
s
how can i set environment variable
DATAHUB_DEBUG
to
true
in order to enable debug logging for
DataHubValidationAction
??
h
Hi, you can set env variable using
export DATAHUB_DEBUG=True
if you are on linux.
b
Please let us know if this works!
s
Yes it works