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

[netview.py] Use logging.info to handle -ts switch properly #1884

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

laxaa
Copy link
Contributor

@laxaa laxaa commented Jan 30, 2025

In the current state, when using netview.py, the -ts switch only affects the logging methods. But, the information displayed regarding connections are printed using print, thus, the timestamp is not included in the output.

This PR fixes this behavior to ensure the -ts switch is correctly handeld.

@anadrianmanrique anadrianmanrique self-assigned this Feb 6, 2025
@anadrianmanrique anadrianmanrique added bug Unexpected problem or unintended behavior medium Medium priority item labels Feb 6, 2025
@anadrianmanrique
Copy link
Contributor

Thanks for the PR! merging now

@anadrianmanrique anadrianmanrique merged commit 075f2b1 into fortra:master Feb 6, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior medium Medium priority item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants