Skip to content

Instantly share code, notes, and snippets.

@ianchadwick
Created January 19, 2016 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianchadwick/8f8e1041913a2aeb57ff to your computer and use it in GitHub Desktop.
Save ianchadwick/8f8e1041913a2aeb57ff to your computer and use it in GitHub Desktop.
fluentd / google compute logging / google-fluentd configuration for logging hhvm errors
<source>
type tail
format none
path /var/log/hhvm/error.log
pos_file /var/lib/google-fluentd/pos/hhvm-error.pos
read_from_head true
tag hhvm-error
</source>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment