verbose explanatory output
Dependencies
Change contents
- edit in hledger-vega at line 11
log(){echo >&2 $* # stderr to fit with make_chart_data} - replacement in hledger-vega at line 36
)&)#& # comment the & to run single threaded, for clearer logging - replacement in hledger-vega at line 49
hledger balance --output-format=csv --layout=tidy --daily @"$1" \> "$dir/$name.csv"log "hledger balance --output-format=csv --layout=tidy --daily @"$1"" # > "$dir/$name.csv""hledger balance --output-format=csv --layout=tidy --daily @"$1" > "$dir/$name.csv" - replacement in hledger-vega at line 52
>&2 echo "Warning: hledger produced no output from \"$1\""log "Warning: hledger produced no output from \"$1\"" - edit in hledger-vega at line 61
log "$outdir/$name.csv:" - edit in hledger-vega at line 65
log " $(basename "$csv")" - edit in hledger-vega at line 78
log "Generating hledger data sets (in $dir):" - edit in hledger-vega at line 85
log "Combining data sets into chart data (in $chartsdir):"