diff --git a/shoebox.conf b/shoebox.conf index 00d426a..694eb0c 100644 --- a/shoebox.conf +++ b/shoebox.conf @@ -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