1Global: { 2 MaxThreads=100; 3 HashType="SHA256"; 4 MaxBlockSize=100; 5 HelloTime=2; 6 DeadTime=10; 7 MessageFormat="json"; 8 TransferPassword="razorback"; 9}; 10 11Locality: { 12 Id=1; 13 BlockStore="/var/lib/razorback/blocks"; 14 BlockStoreRemote="false"; 15 BackupOrder: [ 2, 3, 4 ]; 16}; 17 18Cache: { 19 BadLimit=256; 20 GoodLimit=256; 21}; 22 23MessageQueue: { 24 Host="localhost"; 25 Port=61612; 26 User="User"; 27 Password="Password"; 28 SSL="False"; 29}; 30 31Inspection: { 32 Threads: { 33 Initial=5; 34 Max=100; 35 }; 36}; 37 38Log: { 39# Logging output is determined by its Destination option 40# 41# 42# Minimum two options required: Destination and Level 43# Destination may be one of the following: 44# syslog 45# file 46# stderr 47# 48 Destination="syslog"; 49 50# Level may be one of the follwoing: 51# debug 52# info 53# notice 54# warning 55# error 56# critical 57# alert 58# emergency 59# 60 Level="debug"; 61 62# Syslog_Facility may be one of the following: 63# daemon 64# user 65# local1 66# local2 67# local3 68# local4 69# local5 70# local6 71# local7 72# 73 Syslog_Facility="daemon"; 74 75# File is the path to the file to be used for logging. 76 File="/tmp/rzb.log"; 77}; 78