Skip to content

Commit 98aaaa3

Browse files
authored
fix: more logging for SSL certificates (#727)
## Problem Previous PR #726 didn't kick off release-please workflow due to `No user facing commits found since 36d17dc - skipping` ``` Fetching merge commits on branch main with cursor: undefined ✔ Splitting 4 commits by path ✔ Building candidate release pull request for path: chat-client-ui-types ❯ type: node ❯ targetBranch: main ❯ commits: 0 ✔ Considering: 0 commits ✔ No commits for path: chat-client-ui-types, skipping ✔ Building candidate release pull request for path: runtimes ❯ type: node ❯ targetBranch: main ❯ commits: 1 ✔ Considering: 1 commits ❯ component: language-server-runtimes ❯ pull request title pattern: undefined ❯ componentNoSpace: undefined ✔ No user facing commits found since 36d17dc - skipping ``` ## Solution - not sure why "chore: xxx" failed to work - use `fix` instead <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 55bb83c commit 98aaaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/runtimes/util/standalone/experimentalProxyUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class ProxyConfigManager {
132132
errorCode: error?.code ?? '',
133133
errorMessage: 'Failed to read system certificates',
134134
})
135-
console.warn('Failed to read system certificates:', error)
135+
console.error('[SSL Certificates]: Failed to read system certificates', error)
136136
}
137137

138138
if (process.env.AWS_CA_BUNDLE) {

0 commit comments

Comments
 (0)