Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Logging.error issue in examples/connections_simulation.py line 170, 171 #1

Open
SolarDon opened this issue Mar 30, 2018 · 0 comments
Open

Comments

@SolarDon
Copy link

In examples/connections_simulation.py line 170, 171 when running the example it appears that there are errors:
ERROR:root:dict_keys(['192.168.1.21:1', '192.168.1.27:1', '192.168.1.29:1'])
ERROR:root:192.168.1.2:1
ERROR:root:dict_keys(['192.168.1.3:1', '192.168.1.6:1', '192.168.1.7:1', '192.168.1.11:1'])
ERROR:root:192.168.1.3:1

Looking at the code it has:
logging.error(client.get_ident())
logging.error(client.get_connection_idents())

If this is just working as designed should it be something like:
logging.info(client.get_ident())
logging.info(client.get_connection_idents())

@SolarDon SolarDon changed the title Should logging.error issue in examples/connections_simulation.py line 170, 171 Logging.error issue in examples/connections_simulation.py line 170, 171 Mar 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant