/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-logging-details-526baaf9fe4d-logging-details-s0149-c0001.md
Logging Details (2) - hono-docs
Logging Details (2) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt logging details Summary You c...
Logging Details (2)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#logging-details
Summary
You can also extend the middleware further by providing your own PrintFunc function for tailored logging behavior. ::: tip To disable status code coloring, you can set a NO_COLOR environment variable. This is a common way to disabl...
Content
You can also extend the middleware further by providing your own PrintFunc function for tailored logging behavior.
::: tip
To disable status code coloring, you can set a NO_COLOR environment variable. This is a common way to disable ANSI color escape codes in logging libraries, and is described at https://no-color.org/. Note that Cloudflare Workers do not have a process.env object, so will default to plaintext log output.
:::