Attention is currently required from: fixeria.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/42304?usp=email )
Change subject: PySimLogger: add parameter to set initial log-level/verbosity ......................................................................
Patch Set 2:
(1 comment)
File pySim-shell.py:
https://gerrit.osmocom.org/c/pysim/+/42304/comment/11abab2c_82ee45f6?usp=ema... : PS2, Line 110: setup
Are you intentionally not passing `verbose` here?
In this case I am using the _onchange_verbose() method to switch the verbose mode. The reason why I am doing this is that I want to ensure that we go through the same code path that we also use when we do "set verbose true" on the console.
One could pass the verbose argument, but since we call _onchange_verbose immediately after, it would not have any effect.