[TT-17316] Shutdown signal logs do not follow configured logging format#9
Conversation
|
`Based on the analysis of the Tyk ecosystem, the removal of log.Println(sig.String()) from the again package in PR #9 is a safe, cosmetic change that does not break any functionality. It simply removes a noisy, unformatted log line. Here is the detailed impact across the Tyk projects:
In conclusion, this log removal will not break any log parsing, monitoring, or tests in the Tyk ecosystem. It successfully removes an unformatted log (like user defined signal 2) that was leaking into the console output during process reloads. References |
No description provided.