Skip to content

Commit 19859ae

Browse files
committed
Log at the debug level in CI
1 parent 5929fb5 commit 19859ae

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
@@ -208,7 +208,7 @@ def run_tests(swift_exec: str, args: argparse.Namespace) -> None:
208208
additional_env['SOURCEKITLSP_LOG_PRIVACY_LEVEL'] = 'sensitive'
209209

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

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

0 commit comments

Comments
 (0)