-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logging to /var/log/AdGuardHome.err on FreeBSD and OpenBSD #4213
Comments
I don't doubt that there are issues with higher priority but all *bsd users are unable to diagnose problems with Adguard and often have no choice but to give up or use an alternative in search of the lofty goals Adguard has. That is a good chunk of proficient users with *bsd-based firewalls. |
@cookiemonsteruk, we'll bump the priority, thanks. You can already make it write logs by filling in the |
Well that is wonderful, thank you @ainar-g |
And are there logging level directives available like INFO, ERROR, DEBUG, etc? |
@cookiemonsteruk, the default level is |
Understood, thank you. |
Merge in DNS/adguard-home from 4213-bsd-syslog to master Updates #4046. Closes #4213. Squashed commit of the following: commit 1e57c75 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 16:20:32 2022 +0300 home: imp error msg commit 63059d0 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:36:37 2022 +0300 all: imp log of changes commit 682c3c9 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:29:29 2022 +0300 home: imp code commit 86c311a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:03:02 2022 +0300 home: add bsd syslog
Merge in DNS/adguard-home from 4213-bsd-syslog to master Updates AdguardTeam#4046. Closes AdguardTeam#4213. Squashed commit of the following: commit 1e57c75 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 16:20:32 2022 +0300 home: imp error msg commit 63059d0 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:36:37 2022 +0300 all: imp log of changes commit 682c3c9 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:29:29 2022 +0300 home: imp code commit 86c311a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 28 15:03:02 2022 +0300 home: add bsd syslog
Just like on macOS and Linux, let's write stderr and stdout to
/var/log/AdGuardHome.err
andAdGuardHome.out
correspondingly.The text was updated successfully, but these errors were encountered: