Skip to content

Commit 0761d05

Browse files
Update src/content/docs/ai-gateway/observability/logging/logpush.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 91180ea commit 0761d05

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/ai-gateway/observability/logging

1 file changed

+1
-1
lines changed

src/content/docs/ai-gateway/observability/logging/logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ After configuring Logpush, logs will be sent encrypted using the public key you
8181

8282
To decrypt the encrypted log bodies and metadata from AI Gateway, download the logs to a folder, in this case its named `my_log.log.gz`.
8383

84-
Then copy this javascript file into the same folder and place your private key in the top variable.
84+
Then copy this JavaScript file into the same folder and place your private key in the top variable.
8585

8686
```js title="JavaScript"
8787
const privateKeyStr = `-----BEGIN RSA PRIVATE KEY-----

0 commit comments

Comments
 (0)