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 aedce7b commit 1bfd373Copy full SHA for 1bfd373
scripts/set-defaults.sh
@@ -9,7 +9,7 @@ export ORT_CONFIG_REPO_URL=${ORT_CONFIG_REPO_URL:-"https://github.com/oss-review
9
export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
10
export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
11
export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
12
-export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"info"}
+export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"warn"}
13
export ORT_USE_DEV_DB=${ORT_USE_DEV_DB:-"false"}
14
export NOTICE_FILE=${NOTICE_FILE:-"FOSS_NOTICE"}
15
export SW_NAME=${SW_NAME:-"$UPSTREAM_PROJECT_TITLE"}
0 commit comments