Skip to content

Commit fb5aa3e

Browse files
authored
log splitting to avoid limit hit for GCP logging agent (#1913)
1 parent 999afb4 commit fb5aa3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • statvar_imports/france_demographics

statvar_imports/france_demographics/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ run_processor() {
5151
--pv_map="$pvmap" \
5252
--config_file="$CONFIG" \
5353
--existing_statvar_mcf="$MCF_PATH" \
54-
--output_path="output/$out"
54+
--output_path="output/$out" 2>&1 | split -b 200k --filter='cat; echo -e "\n--- LOG CHUNK BOUNDARY ---"'
5555
}
5656

5757
datasets=(

0 commit comments

Comments
 (0)