AdGuard Home Log Files

Hi,

I run HA on RPi and recently got the AdGuard Home addon running.

Can anyone tell me where to find AdGuard log files i.e. which folder and what name of the log file?

Fyi, I installed HA using the image available on the HA site. I also checked the addons folder but it seems to be empty.

I can go to the AdGuard Home page within HA web interface and check the query logs, but I want to get access to the log files so that I can do some more analysis on it to suit my requirements.

Thanks.

Hi, have you found it?
I also loking for the logs

I found the logs and use cron with .sh to extract it daily

#!/bin/bash
docker cp addon_a0d7b954_adguard:/data/adguard/data /opt/agh_log/data.$(date +%Y%m%d_%H%M)

hope it helps

Sorry to bump, but does anyone know how to access this file from HASSOS?