This application allow you to read another app logs (stdout
and stderr
) and write them to a log file.
cargo install small-logger
``` Usage: small-logger [-d logfolder] [-n processname] [COMMAND WITH PARAMETERS]
Options: -d, --directory DIRECTORY root log folder. Default is ./logs -n, --name PROCESS pretty name for the process. Should be time invariant and filesystem friendly. Default is process -c, --changedirectory WORKINGDIRECTORY PWD for the process. Default is . -h, --help print this help menu. ```