Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created November 11, 2014 07:25
Show Gist options
  • Save ksomemo/e9d0e836168e21e2a7a0 to your computer and use it in GitHub Desktop.
Save ksomemo/e9d0e836168e21e2a7a0 to your computer and use it in GitHub Desktop.
out_fileのサンプルを作成
<match debug.**>
type stdout
</match>
## built-in TCP input↲
<source>
type forward
</source>
<source>
type http
port 8888
</source>
<source>
type debug_agent
bind 127.0.0.1
port 24230
</source>
<match project>
type file
path /var/log/project/project
time_slice_format %Y%m%d
time_slice_wait 5s
time_format %Y-%m-%d %H:%M:%S
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment