Set the log level of run
command
#4377
-
Hello, I'm new to using quickwit. I was wondering how I can set the log level of the quickwit service running in the Docker container? I could not find any information in the docs and searching the code I only found which seems to always pick the default log level of info.Is there any way to set the log level of the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
you can set the environment variable |
Beta Was this translation helpful? Give feedback.
-
Hi all,
but i am getting below error |
Beta Was this translation helpful? Give feedback.
-
@eratio08 which docker image are you using? having those logs is not normal |
Beta Was this translation helpful? Give feedback.
you can set the environment variable
RUST_LOG
, for instance in a shell you can runRUST_LOG=debug quickwit run
(there are multiple ways to set environment variable depending on how you start your containers).You can read more on what value you can put to get more precise control on this page.
I'm surprised we don't mention RUST_LOG anywhere in the documentation. We definitely should. I'll open a ticket for that (edit: #4378)