Skip to content

Commit c0f47dd

Browse files
riptlripatel-fd
authored andcommitted
Drop backtest stderr logs to NOTICE
Reduce stderr log spam (INFO logs still available via /tmp)
1 parent b8a68b3 commit c0f47dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/flamenco/runtime/tests/run_ledger_backtest.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ HAS_INCREMENTAL="false"
2424
REDOWNLOAD=1
2525
DEBUG=( )
2626
WATCH=( )
27+
LOG_LEVEL_STDERR=NOTICE
2728

2829
if [[ -n "$CI" ]]; then
2930
WATCH=( "--no-watch" )
31+
LOG_LEVEL_STDERR=INFO
3032
fi
3133

3234
while [[ $# -gt 0 ]]; do
@@ -202,7 +204,7 @@ echo "
202204
max_live_slots = 32
203205
max_fork_width = 4
204206
[log]
205-
level_stderr = \"INFO\"
207+
level_stderr = \"$LOG_LEVEL_STDERR\"
206208
path = \"$LOG\"
207209
[paths]
208210
snapshots = \"$DUMP/$LEDGER\"

0 commit comments

Comments
 (0)