[TT-7099] [Customer FR] Send info and debug messages to stdout not stderr#8248
[TT-7099] [Customer FR] Send info and debug messages to stdout not stderr#8248shults wants to merge 21 commits into
Conversation
|
This pull request introduces a significant enhancement to the Tyk Gateway's logging system by making it fully configurable. Users can now define multiple logging "sinks" in the configuration, allowing for granular control over log levels, formats, and outputs. This change addresses a customer feature request to separate informational logs from error logs, a common practice in containerized environments. Files Changed Analysis
Architecture & Impact Assessment
Logging Flow Visualizationgraph TD
subgraph "tyk.conf"
A["log_format: [sink1, sink2, ...]"]
end
subgraph "Tyk Gateway"
B[Application Code] --> C{tyklog.Logger}
C --|reads config|--> A
end
subgraph "Log Sinks"
D["Output 1 (e.g., stdout)"]
E["Output 2 (e.g., stderr)"]
F["Output 3 (e.g., file)"]
end
C --|"routes based on level & config"|--> D
C --|"routes based on level & config"|--> E
C --|"routes based on level & config"|--> F
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-07-21T16:18:03.853Z | Triggered by: pr_updated | Commit: 11be04e 💡 TIP: You can chat with Visor using |
Security Issues (1)
✅ Architecture Check PassedNo architecture issues found – changes LGTM. Quality Issues (1)
Powered by Visor from Probelabs Last updated: 2026-07-21T16:17:58.598Z | Triggered by: pr_updated | Commit: 11be04e 💡 TIP: You can chat with Visor using |
5a10aec to
557d3ac
Compare
75a9f9d to
2f086ec
Compare
d8858d3 to
805fd96
Compare
805fd96 to
a68c04a
Compare
|
/visor ask
|
1f8f00c to
b2e0241
Compare
|
b2e0241 to
d1e8342
Compare
9f1c11b to
11be04e
Compare
|
SentinelOne CNS Hardcoded Secret Detector SentinelOne CNS is a cloud-agnostic, agentless CSPM & CWPP solution that continuously detects and prevents vulnerabilities that have the highest probability of being exploited in Azure, AWS, Google Cloud, and Kubernetes. |



Description
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
Ticket Details
TT-7099
Generated at: 2026-07-21 16:16:05