Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug/Feature Request] Inconsistent Log Configuration Keys from Nacos #403

Open
wtt40122 opened this issue Jul 24, 2024 · 0 comments
Open

Comments

@wtt40122
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant