-
Notifications
You must be signed in to change notification settings - Fork 35
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
Log rotated after 5 minutes in NSMgr / Registry #9726
Comments
Plan to solve this problem:
|
9 tasks
The draft implementation extends the logs at the DEBUG level. Logs from the registry are not yet optimized here.
Here we can see for example server-client chain:
chains can be selected by the id field |
DEBUG logs example from main:
|
TRACE logs example from main
|
|
This was referenced Sep 25, 2023
Fixed by networkservicemesh/sdk#1513 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
To fix a possible increased latency due to logging in forwarder-vpp we could add a new chain element for min logging if current log level is not equal TRACE
The text was updated successfully, but these errors were encountered: