We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#815 (comment)
Jomon/service/webhook.go
Lines 84 to 87 in 0a3f9e2
こことか ログを残す
The text was updated successfully, but these errors were encountered:
Handlersのメソッドと同様に... って思ったけどwebhookだとHandlersにアクセスできないのか
Handlers
Jomon/router/request.go
Lines 155 to 156 in a637f70
c.Logger()からやりたいところだけど、e.Loggerに手を入れてないから怪しいかもな
c.Logger()
e.Logger
Sorry, something went wrong.
#844 のおかげでようやくタックルできる loggerをecho.Contextから↓で取り出せるようになった
logger
echo.Context
import "github.com/Jomon/logging" ctx := c.Request().Context() logger := logging.GetLogger(ctx)
Hueter57
No branches or pull requests
#815 (comment)
Jomon/service/webhook.go
Lines 84 to 87 in 0a3f9e2
こことか ログを残す
The text was updated successfully, but these errors were encountered: