Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny committed Apr 25, 2024
1 parent 423eb36 commit 4884dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
A lightweight `log/slog.JSONHandler` wrapper that adapts the JSON log fields
to the Google Cloud Logging structured log format.

The handler merely reformats/renames the structured JSON log fields. It's still `JSONandler` under the hood. It does NOT send logs to Cloud Logging directly (e.g. using the Cloud SDK).
The handler merely reformats/renames the structured JSON log fields. It's still `JSONHandler` under the hood. It does NOT send logs to Cloud Logging directly (e.g. using the Cloud SDK).

The intended use case is Cloud Run, but it should work in similar environments (e.g. App Engine, Cloud Functions).
The intended use case is Cloud Run, but it should work in similar environments (e.g. App Engine, Cloud Functions) as well.

## Usage

Expand Down

0 comments on commit 4884dee

Please sign in to comment.