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 <A.Garipov@AdGuard.COM>
Date:   Tue Feb 1 22:01:49 2022 +0300

    FAQ: fix macos log location
Ainar Garipov 2022-02-01 22:02:26 +03:00
parent 993132e1ac
commit 32c0b17680
1 changed files with 3 additions and 1 deletions

4
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.