-
Notifications
You must be signed in to change notification settings - Fork 6
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
Review and reassess warning messages #41
Comments
This was for troubleshooting during the development. Jeronimo BezerraOn Feb 28, 2023, at 11:12 AM, Vinicius Arcanjo ***@***.***> wrote:
Every trace is being logged as warning, should this be kept as warning? Looks like the intention was to signal to network operators that packet-in/outs can impact but if the volume is low should this still be warning? It seems like a debug message.
2023-02-28 12:25:12,444 - WARNING [kytos.napps.amlight/sdntrace] (Dummy-127) Starting Trace Path ID: 30001
2023-02-28 12:25:12,471 - WARNING [kytos.napps.amlight/sdntrace] (Dummy-127) Trace 30001: Sending POut to switch: 00:00:00:00:00:00:00:01 and in_port 1
2023-02-28 12:25:12,972 - WARNING [kytos.napps.amlight/sdntrace] (Dummy-127) Trace 30001: Sending POut to switch: 00:00:00:00:00:00:00:01 and in_port 1
2023-02-28 12:25:13,474 - WARNING [kytos.napps.amlight/sdntrace] (Dummy-127) Trace 30001: Sending POut to switch: 00:00:00:00:00:00:00:01 and in_port 1
2023-02-28 12:25:13,976 - WARNING [kytos.napps.amlight/sdntrace] (Dummy-127) Trace 30001: Trace Completed!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Right. Thanks for confirming, Jeronimo. I suppose we can set them as debug then. |
Every trace is being logged as warning, should this be kept as warning? Looks like the intention was to signal to network operators that packet-in/outs can impact but if the volume is low should this still be warning? It seems like a debug message.
The text was updated successfully, but these errors were encountered: