joe-at-startupmedia / pmon3

Golang Production Process Manager
10 stars 0 forks source link

logs of processes need to be accessible by the user who manages it #14

Closed joe-at-startupmedia closed 2 months ago

joe-at-startupmedia commented 7 months ago

currently log norlogf work when a non-sudo user attempts to access the logs of the process they are managing. This can be remedied by applying user permissions to the log file when the --user flag is specified.

joe-at-startupmedia commented 2 months ago

released https://github.com/joe-at-startupmedia/pmon3/releases/tag/v1.14.13