demntor / pymodbus

Modbus Python release (tools included)
0 stars 0 forks source link

Some logger names are inconsistent #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

In several files, a logger is defined by 

_logger = logging.getLogger("<name>")

Here is a list of files where <name> does not point to the module:

pdu.py
factory.py
bit_read_message.py
register_read_message.py
transaction.py
datastore.py
client/sync.py
client/async.py
server/sync.py
server/async.py

Please make sure that "<name>" correctly identifies the module - searching
for a debug message in the wrong file is quite frustrating ;-).

Thanks,

Albert

Original issue reported on code.google.com by albert.k...@gmail.com on 9 Feb 2011 at 3:01

GoogleCodeExporter commented 8 years ago
Fair enough, I'll make the change.

Original comment by Bashw...@gmail.com on 9 Feb 2011 at 3:20

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r104.

Original comment by Bashw...@gmail.com on 9 Feb 2011 at 3:21