Skip to content

Changes

Started by upstream project gerrit-pysim #2777
Started 10 hr ago
Queued 10 sec

Summary

  1. pySimLogger: user __name__ of the module when creating a new logger (details)
Commit 2b42877389e9f0cdbc831f7b06ed5917670bb138 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/card_key_provider.py
The file was modifiedtests/unittests/test_log.py
The file was modifiedcontrib/es2p_server.py
The file was modifiedcontrib/csv-to-pgsql.py
The file was modifiedpySim-shell.py
The file was modifiedpySim/log.py
The file was modifiedpySim/runtime.py