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
When retrieving log configurations from Nacos, we have encountered an issue where the configuration keys obtained are inconsistent under different circumstances. This leads to configuration inconsistencies that may affect the accuracy and completeness of log recording.
User Story
As a developer, I want to retrieve consistent log configurations from Nacos to ensure the correct operation of the logging system.
Expected Behavior
Regardless of the circumstances, the log configuration keys obtained from Nacos should be consistent, allowing the application to correctly parse and apply these configurations.
Actual Behavior
Currently, the log configuration keys obtained from Nacos may vary under different circumstances, leading to confusion in configuration parsing.
Steps to Reproduce
Configure the application to retrieve log configurations from Nacos.
Request the configuration at different times or under different conditions.
Observe and record the obtained configuration keys.
Expected Result
The application should be able to retrieve consistent log configuration keys from Nacos.
Actual Result
The obtained log configuration keys are inconsistent under different circumstances.
The text was updated successfully, but these errors were encountered:
Description
When retrieving log configurations from Nacos, we have encountered an issue where the configuration keys obtained are inconsistent under different circumstances. This leads to configuration inconsistencies that may affect the accuracy and completeness of log recording.
User Story
Expected Behavior
Actual Behavior
Steps to Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: