Created
January 19, 2016 09:10
-
-
Save ianchadwick/8f8e1041913a2aeb57ff to your computer and use it in GitHub Desktop.
fluentd / google compute logging / google-fluentd configuration for logging hhvm errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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