Skip to content

Instantly share code, notes, and snippets.

@number5
Created November 30, 2012 06:50
Show Gist options
  • Save number5/4174186 to your computer and use it in GitHub Desktop.
Save number5/4174186 to your computer and use it in GitHub Desktop.
upstart logger snippnet
exec > >(tee >(logger -t "user-data")) 2> >(tee >(logger -t "user-data: ERROR") >&2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment