Include cell name in event filename template
For larger deployments, the region name should be parameterized too. Change-Id: Iac7e589c4b58a74b5730a436a77cac31d7fc1fe1
This commit is contained in:
parent
4cb647a7f3
commit
363dfd5966
@ -55,5 +55,5 @@ config_file = /etc/stv3/winchester.yaml
|
|||||||
|
|
||||||
[shoebox]
|
[shoebox]
|
||||||
working_directory=/etc/stv3/events
|
working_directory=/etc/stv3/events
|
||||||
filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json.gz
|
filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json.gz
|
||||||
roll_manager=shoebox.roll_manager:WritingJSONRollManager
|
roll_manager=shoebox.roll_manager:WritingJSONRollManager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user