Skip to content

Instantly share code, notes, and snippets.

@infynyxx
Created January 4, 2010 18:41
Show Gist options
  • Save infynyxx/268729 to your computer and use it in GitHub Desktop.
Save infynyxx/268729 to your computer and use it in GitHub Desktop.
Scribe Buffer Configuration
port=1463
max_msg_per_second=2000000
check_interval=3
new_thread_per_category=no
<store>
type=buffer
category=stats*
max_queue_length=10
buffer_send_rate=1
retry_interval=30
retry_interval_range=10
target_write_size=16384
must_succeed=yes
replay_buffer=yes
<primary>
type=file
file_path=/home/praj/scribe-php/scribe-data
base_filename=statslog
create_symlink=yes
rotate_period=daily
rotate_hour=0
</primary>
<secondary>
type=file
file_path=/home/praj/scribe-php/scribe-data/temp
base_filename=statslog
add_newlines=1
create_symlink=no
</secondary>
</store>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment