Hi, Is there a `log_level` option we can use to re...
# troubleshoot
m
Hi, Is there a
log_level
option we can use to reduce log verbosity. I tried searching around documentation but I cant seem to find anything.
b
Hi @most-nightfall-36645! Is this for the DataHub CLI or for the pods?
m
This is for the pods
b
Right now we print all WARN and above. For datahub-frontend and datahub-gms, You could change this by changing the JAVA_OPTS for the pod and providing your own logback configuration xml (just like normal Java web app)
m
Thanks 🙂