proper conf pathing
This commit is contained in:
parent
35a9ae3275
commit
4d04479581
@ -34,9 +34,13 @@ max_messages = 100
|
||||
# Store in-process files in ./working
|
||||
# Move them to ./archive when full via the MoveFileCallback
|
||||
# Roll files every 1mb
|
||||
working_directory=./shoebox/working
|
||||
|
||||
# Yagi is launched from sandbox/git/yagi/bin, so files are
|
||||
# relative to there.
|
||||
working_directory=../../../data/working
|
||||
destination_folder=../../../data/archive
|
||||
|
||||
filename_template=events_%Y_%m_%d_%X_%f.dat
|
||||
roll_checker=shoebox.roll_checker:SizeRollChecker
|
||||
roll_size_mb=1
|
||||
callback=shoebox.handlers:MoveFileCallback
|
||||
destination_folder=./shoebox/archive
|
||||
|
Loading…
x
Reference in New Issue
Block a user