Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ type Entry struct {
Timestamp string `json:"timestamp,omitempty"`
Severity severity `json:"severity,omitempty"`
HTTPRequest *HTTPRequest `json:"httpRequest,omitempty"`
Trace string `json:"trace,omitempty"`
Trace string `json:"logging.googleapis.com/trace,omitempty"`
ServiceContext *ServiceContext `json:"serviceContext,omitempty"`
Message string `json:"message,omitempty"`
Context *Context `json:"context,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/icco/logrus-stackdriver-formatter
module github.com/charleskorn/logrus-stackdriver-formatter

require (
github.com/TV4/logrus-stackdriver-formatter v0.1.0
Expand Down