Skip to content
Success

Changes

Summary

  1. pySimLogger: user __name__ of the module when creating a new logger (details)
Commit c2424efbd5b3a42637cc1322d09aefb19d39df33 by pmaier@sysmocom.de
pySimLogger: user __name__ of the module when creating a new logger

At the moment we use random identifiers as names when we create a
new logger for pySimLogger. Let's switch to consistently use the
module name here. For the top level modules let's use the program
name so that it will show up in the log instead of __init__.

Change-Id: I49a9beb98845f66247edd42ed548980c97a7151a
The file was modifiedpySim/runtime.py
The file was modifiedcontrib/es2p_server.py
The file was modifiedpySim/log.py
The file was modifiedcontrib/csv-to-pgsql.py
The file was modifiedtests/unittests/test_log.py
The file was modifiedpySim/card_key_provider.py
The file was modifiedpySim-shell.py