Changeset - 21d210d29d7f
default
0
2
0
gearbox: avoid duplicate logging setup when calling make_app
make_app initialized logging, while the gearbox common code does it too.
Split make_app in two to be able to avoid the redundant call.
The logging setup in make_app cannot be removed because it is needed for
'gearbox serve' and direct WSGI invocation, which does not pass through gearbox
common.py.
make_app initialized logging, while the gearbox common code does it too.
Split make_app in two to be able to avoid the redundant call.
The logging setup in make_app cannot be removed because it is needed for
'gearbox serve' and direct WSGI invocation, which does not pass through gearbox
common.py.
2 files changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)