Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: go-chi/httplog

Tags

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: response duration for different schemas (#71)

Co-authored-by: Janne Aalto <[email protected]>

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix GCP source location attribute (#61)

Apparently, only "logging.googleapis.com/sourceLocation" works. The GCP documentaion is just to vague:
https://cloud.google.com/logging/docs/reference/v2/rpc/google.logging.v2#google.logging.v2.LogEntrySourceLocation

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix GCP schema for error cause and sourceLocation (#60)

"error": ...,
"error_type": ...,
"stack_trace": ...,
"sourceLocation: {"file": ..., "line":. .., "function": ... }

https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename "ClientDisconnected" error to "ClientAborted" (#59)

* Rename "ClientDisconnected" error type to "ClientAborted"

Don't expose the error in pkg API, as we don't return it in the first place.

* Rename "error" key according to the schema but don't stringify

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement schema.ReplaceAttr to enforce schema globally (#58)

* Implement schema.ReplaceAttr to enforce schema globally

* Prevent potential panic

* Ignore httplog.RequestLogger middleware source in concise mode

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3 (#52)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix/log entry set fields (#38)

v2.1.0

Toggle v2.1.0's commit message
go.mod back to 1.21 after PR

v2.0.11

Toggle v2.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes stacktrace logging (#34)

v2.0.10

Toggle v2.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
don't modify default slogger (#43)