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
Commit 399e5d1 is breaking our builds because it requires the process to have write access to the directory where the binary is executed (which in our case is an init script).
Could you either use the built-in log package (or log/syslog) or make the path to the log file configurable so we can put it in /var/log?
The text was updated successfully, but these errors were encountered:
Commit 399e5d1 is breaking our builds because it requires the process to have write access to the directory where the binary is executed (which in our case is an init script).
Could you either use the built-in
log
package (orlog/syslog
) or make the path to the log file configurable so we can put it in/var/log
?The text was updated successfully, but these errors were encountered: