joe-at-startupmedia / pmon3

Golang Production Process Manager
10 stars 0 forks source link

remove hashing from logs and figure out the purpose of the --log_dir argument #29

Closed joe-at-startupmedia closed 2 months ago

joe-at-startupmedia commented 2 months ago

I'm not sure why the log filenames are hashed but it makes it difficult to step outside of pmon3 to process the log files. At the very least there should be an option to hash files but the files should match the name of the process by default. In addition there is a --log-dir argument whose purpose is not immediately clear and it poorly documented.

joe-at-startupmedia commented 2 months ago

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