You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the log level for all Tratteria components (tconfigd, Tratteria Service, Tratteria Agent) is set to 'info' by default. There is no documented support for changing logging levels, limiting the ability to troubleshoot and debug effectively.
Desired Behavior
Implement proper logging level support (debug, info, warn, error) for all Tratteria components, with the ability to update levels dynamically where possible.
One Potential Solution
For Data Plane (Tratteria Agents and Tratteria Service):
Use TratteriaConfig (namespace-scoped) to supply and dynamically update log levels.
Allow overriding the global log level set by TratteriaConfig:
For Tratteria Service: via environment variables
For Tratteria Agents: via annotations in service deployments
For Tconfigd:
Read the log level from its static configuration file.
Questions for Discussion
Do we need to support dynamic log level update for tconfigd? If so, what would be a good approach to achieve it?
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently, the log level for all Tratteria components (tconfigd, Tratteria Service, Tratteria Agent) is set to 'info' by default. There is no documented support for changing logging levels, limiting the ability to troubleshoot and debug effectively.
Desired Behavior
Implement proper logging level support (debug, info, warn, error) for all Tratteria components, with the ability to update levels dynamically where possible.
One Potential Solution
Questions for Discussion
The text was updated successfully, but these errors were encountered: