Skip to content

how to change the docker logging severity? #220

Closed Answered by return42
oliver-cfc asked this question in Q&A
Discussion options

You must be logged in to vote

Sadly the log level of the searx log is hard coded at the moment:

https://github.com/searxng/searxng/blob/c0b97c65438be44dd5f5e64786576763993ce424/searx/__init__.py#L20-L21

and sadly the logging of the botdetection goes to child logger searx.botdetection

Hope the situation will be improved when

is merged .. at least this PR will move logs from searx.botdetection to a botdetection logger.

On the long term it would be best we have a /etc/searxng/log.cfg for a individual setup of the logging (settings.yml isn't the right place I think).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by return42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants