Skip to content

dustin/logexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logexec is a simple command that runs a command and sends its stdout to syslog at INFO level and its stderr to syslog at ERROR level.

Example:

logexec -tag=hello echo hi

Causes the following to be logged at INFO level.

Oct 22 23:18:13 myhostname hello:  hi

About

A log redirection thing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages