Skip to content

Commit 1bfd373

Browse files
tsteenbesschuberth
authored andcommitted
set-defaults: Change default ORT_LOG_LEVEL to warn
Align with ORT's default log level. Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent aedce7b commit 1bfd373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-defaults.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export ORT_CONFIG_REPO_URL=${ORT_CONFIG_REPO_URL:-"https://github.com/oss-review
99
export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
1010
export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
1111
export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
12-
export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"info"}
12+
export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"warn"}
1313
export ORT_USE_DEV_DB=${ORT_USE_DEV_DB:-"false"}
1414
export NOTICE_FILE=${NOTICE_FILE:-"FOSS_NOTICE"}
1515
export SW_NAME=${SW_NAME:-"$UPSTREAM_PROJECT_TITLE"}

0 commit comments

Comments
 (0)