[Bug/Feature Request] Inconsistent Log Configuration Keys from Nacos
- Dominant language
- Java
- Stars
- 122
- Forks
- 46
- Avg merge
- 11h 56m
- Merged PRs (30d)
- 9
Description
## 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
- 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
1. Configure the application to retrieve log configurations from Nacos.
2. Request the configuration at different times or under different conditions.
3. 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.
Contributor guide
Assessment
This issue has not been assessed yet.