[TT-7099] [Customer FR] Send info and debug messages to stdout not stderr - #1024
[TT-7099] [Customer FR] Send info and debug messages to stdout not stderr#1024shults wants to merge 1 commit into
Conversation
16f8bf2 to
8abc894
Compare
|
This pull request refactors the The implementation introduces a new Files Changed Analysis
Architecture & Impact Assessment
graph TD
subgraph "Before"
A[Application] --> B(NewAnalyticsSerializer)
B --> C[Global Logger]
end
subgraph "After"
D[Host Application] --|WithLogger(customLogger)|--> E(NewAnalyticsSerializer)
E --> F{Use customLogger if provided, else Default Logger}
end
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-07-28T20:25:15.146Z | Triggered by: pr_updated | Commit: 958a99e 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\nArchitecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-07-28T20:25:00.370Z | Triggered by: pr_updated | Commit: 958a99e 💡 TIP: You can chat with Visor using |
8abc894 to
3dfa82e
Compare
3dfa82e to
09dd3b6
Compare
|
09dd3b6 to
958a99e
Compare
🎯 Recommended Merge TargetsBased on JIRA ticket TT-7099: Configurable sinks for application logs [Gateway] 📋 Workflow
|
|



Description
Logger injection. TykPump is being used as a library in the GW.
As a developer, I need the ability to inject a logger instance, rather than use the global one.
Related Issue
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
fork, don't request your
master!masterbranch (left side). Also, you should startyour branch off our latest
master.go mod tidy && go mod vendorgo fmt -sgo vetTicket Details
TT-7099
Generated at: 2026-07-28 20:23:59