From 32c0b17680792a06297d2954088f13c0838af4db Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 1 Feb 2022 22:02:26 +0300 Subject: [PATCH] Pull request: FAQ: fix macos log location Merge in DNS/adguard-home-wiki from fix-faq-log to master Squashed commit of the following: commit a159388554db6edbe3188de88bcec4f3c0cbd070 Author: Ainar Garipov Date: Tue Feb 1 22:01:49 2022 +0300 FAQ: fix macos log location --- FAQ.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 50804ac..9644bbb 100644 --- a/FAQ.md +++ b/FAQ.md @@ -85,7 +85,9 @@ logs) depends on the operating system and installation mode: * **OpenWrt Linux:** use the `logread -e AdGuardHome` command. * **Linux** systems with **systemd** and other **Unix** systems with - **SysV-style init** including **macOS:** `/var/log/AdGuardHome.err`. + **SysV-style init:** `/var/log/AdGuardHome.err`. + + * **macOS:** `/var/log/AdGuardHome.stderr.log`. * **Linux** systems with **Snapcraft** use the `snap logs adguard-home` command.