Skip to content
✨ agentgateway has joined the Agentic AI Foundation (AAIF) — Learn more

For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.

Page as Markdown

agctl proxy log

Reference for the agctl proxy log command.

Get or set proxy log levels

Synopsis

Get or set log levels on the Agentgateway proxy.

With no flags, prints the current active log filter directive.

The proxy uses Rust tracing-subscriber filter directives. Module names are Rust crate paths (e.g. agentgateway::proxy). See the Agentgateway docs for the full list of valid module paths. Level changes via –set are additive: they append to the current directive rather than replacing it. Use –level to reset to a clean global level.

Examples: agctl proxy log # show current directive agctl proxy log –level debug # set global level agctl proxy log –set agentgateway::proxy=debug # set a single module agctl proxy log –set agentgateway::proxy=debug,agentgateway::http=info

When multiple pods back a resource, all are targeted and output is prefixed per pod. All pods are attempted even if one fails.

agctl proxy log [resource] [flags]

Options

  -h, --help                   help for log
      --level string           Set global log level (error|warn|info|debug|trace|off)
  -n, --namespace string       Namespace for proxy pod resolution
  -p, --proxy-admin-port int   Proxy admin port (default 15000)
      --set stringArray        Set module log level: module=level (may be repeated or comma-separated)

Options inherited from parent commands

  -k, --kubeconfig string   kubeconfig

SEE ALSO

  • agctl proxy - Inspect and manage the Agentgateway proxy
Was this page helpful?
Agentgateway assistant

Ask me anything about agentgateway configuration, features, or usage.

Note: AI-generated content might contain errors; please verify and test all returned information.

Tip: one topic per conversation gives the best results. Use the + button in the chat header to start a new conversation.

Switching topics? Starting a new conversation improves accuracy.
↑↓ navigate select esc dismiss

What could be improved?

Your feedback helps us improve assistant answers and identify docs gaps we should fix.

Need more help? Join us on Discord: https://discord.gg/y9efgEmppm

Want to use your own agent? Add the Solo MCP server to query our docs directly. Get started here: https://search.solo.io/.