Skip to content

Commit 8af0bb5

Browse files
authored
Merge pull request #966 from ahoppen/ahoppen/reduce-log-level-in-ci
Reduce log level in CI to info
2 parents 113219a + cc209f6 commit 8af0bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def run_tests(swift_exec: str, args: argparse.Namespace) -> None:
214214
additional_env['SOURCEKITLSP_LOG_PRIVACY_LEVEL'] = 'sensitive'
215215

216216
# Log with the highest log level to simplify debugging of CI failures.
217-
additional_env['SOURCEKITLSP_LOG_LEVEL'] = 'debug'
217+
additional_env['SOURCEKITLSP_LOG_LEVEL'] = 'info'
218218

219219
bin_path = swiftpm_bin_path(swift_exec, swiftpm_args, additional_env=additional_env)
220220
tests = os.path.join(bin_path, 'sk-tests')

0 commit comments

Comments
 (0)