We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1317955 commit e041318Copy full SHA for e041318
lib/logger_json/formatters/google_cloud_logger.ex
@@ -13,7 +13,7 @@ defmodule LoggerJSON.Formatters.GoogleCloudLogger do
13
@severity_levels [{:debug, "DEBUG"}, {:info, "INFO"}, {:warn, "WARNING"}, {:error, "ERROR"}]
14
15
@doc """
16
- Builds structured paylpad which is mapped to Google Cloud Logger
+ Builds structured payload which is mapped to Google Cloud Logger
17
[`LogEntry`](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry) format.
18
19
See: https://cloud.google.com/logging/docs/agent/configuration#special_fields_in_structured_payloads
0 commit comments