You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 0a8fb72a08 filelogger -> stdinwriter 9 years ago
..
README.md filelogger -> stdinwriter 9 years ago
main.go filelogger -> stdinwriter 9 years ago

README.md

stdinwriter reads from stdin and writes to the specified file, in a way compatible for logrotate to move around. (see tendermint/common/os#AutoFile)

some_command arg1 arg2 2>&1 | stdinwriter -o path_to_log.log