Skip to content

Commit cc209f6

Browse files
committed
Reduce log level in CI to info
This reduced the CI log generated by sourcekit-lsp tests from 76MB to 2.7MB
1 parent 3ba15e1 commit cc209f6

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)