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

Review and reassess warning messages #41

Open
viniarck opened this issue Feb 28, 2023 · 2 comments
Open

Review and reassess warning messages #41

viniarck opened this issue Feb 28, 2023 · 2 comments
Labels
good first issue Good for newcomers priority_low Low priority

Comments

@viniarck
Copy link
Member

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!
@viniarck viniarck added priority_low Low priority good first issue Good for newcomers labels Feb 28, 2023
@jab1982
Copy link
Contributor

jab1982 commented Feb 28, 2023 via email

@viniarck
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority_low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants