mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-10 17:32:15 +01:00
improving logging
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
func HTML(c echo.Context) error {
|
||||
const op = "handler.HTML"
|
||||
ctx := context.MustCastFromEchoContext(c)
|
||||
ctx.StandardLogger().DebugfOp(op, "html request")
|
||||
r := ctx.Resource()
|
||||
opts, err := r.ChromePrinterOptions()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user