Skip to content

Commit 3fccfa8

Browse files
committed
Set default log level to info
The performance log level has been removed from ORT in [1]. Fixes #16. [1]: oss-review-toolkit/ort#5393 Signed-off-by: Martin Nonnenmacher <[email protected]>
1 parent c170591 commit 3fccfa8

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:-"true"}
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:-"performance"}
12+
export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"info"}
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)