Replies: 2 comments 1 reply
-
There's no way to do that right now, but I think there's already a feature request about that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Possible solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Docker version of AdGuardHome the stable version 0.106.3, how do I view the real time query log stream similar to
pihole -t
? Trying to monitor an app that still shows ads even though I have set multiple blocklist.An alternative solution that I think of, is to set the
query_log_mem_size
to maybe 10, then justtail -f querylog.json
but, the data inside it is huge. I just want something like what pihole displays, domain, ip..Thank you in advance
PS. Does anyone has made a good parser for the querylog json file?
Beta Was this translation helpful? Give feedback.
All reactions