Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/logexec
A log redirection thing.
https://github.com/dustin/logexec
Last synced: about 2 months ago
JSON representation
A log redirection thing.
- Host: GitHub
- URL: https://github.com/dustin/logexec
- Owner: dustin
- Created: 2012-10-22T22:37:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T02:59:06.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T14:15:42.917Z (2 months ago)
- Language: Go
- Size: 161 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
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