We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a68b3 commit c0f47ddCopy full SHA for c0f47dd
src/flamenco/runtime/tests/run_ledger_backtest.sh
@@ -24,9 +24,11 @@ HAS_INCREMENTAL="false"
24
REDOWNLOAD=1
25
DEBUG=( )
26
WATCH=( )
27
+LOG_LEVEL_STDERR=NOTICE
28
29
if [[ -n "$CI" ]]; then
30
WATCH=( "--no-watch" )
31
+ LOG_LEVEL_STDERR=INFO
32
fi
33
34
while [[ $# -gt 0 ]]; do
@@ -202,7 +204,7 @@ echo "
202
204
max_live_slots = 32
203
205
max_fork_width = 4
206
[log]
- level_stderr = \"INFO\"
207
+ level_stderr = \"$LOG_LEVEL_STDERR\"
208
path = \"$LOG\"
209
[paths]
210
snapshots = \"$DUMP/$LEDGER\"
0 commit comments