You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew Services doesn't seem to have any log files or directories, on a MacBook Pro M2 (arm64), after a failed attempt to run dnscrypt-proxy.
There don't seem to be any log directories:
$ brew services start dnscrypt-proxy
Warning: dnscrypt-proxy must be run as root to start at system startup!
==> Successfully started `dnscrypt-proxy` (label: homebrew.mxcl.dnscrypt-proxy)
$ brew services list
Name Status User File
dnscrypt-proxy error 65280 $USER ~/Library/LaunchAgents/homebrew.mxcl.dnscrypt-proxy.plist
$ brew services info dnscrypt-proxy
dnscrypt-proxy (homebrew.mxcl.dnscrypt-proxy)
Running: ✘
Loaded: ✔
Schedulable: ✘
$ cat ~/Library/LaunchAgents/homebrew.mxcl.dnscrypt-proxy.plist
# (see plist output later in this issue)
# Finds no 'log' directories or files:
sudo find \
/opt/homebrew/ \
/usr/local/ \
-name 'log'
# Error
@SMillerDev: What's the directive that should be specified? Or what's an example of a formula with a service defined that has log output properly configured?
They all have it configured properly, some just write to a specific file and some do not. If you are looking for an example of a formula with a specific error log, php has one. brew services info --debug --verbose <formula> can help you find information about the configured properties of services.
Homebrew Services doesn't seem to have any log files or directories, on a MacBook Pro M2 (arm64), after a failed attempt to run
dnscrypt-proxy
.There don't seem to be any log directories:
File:
~/Library/LaunchAgents/homebrew.mxcl.dnscrypt-proxy.plist
:The text was updated successfully, but these errors were encountered: