[PMSH] Replace own logging implementation with pylog 43/107543/9
authorERIMROB <robertas.rimkus@est.tech>
Tue, 12 May 2020 11:56:56 +0000 (12:56 +0100)
committerERIMROB <robertas.rimkus@est.tech>
Fri, 5 Jun 2020 09:11:06 +0000 (10:11 +0100)
commit2760519436f78975f16f26c412e842e34b28d624
tree3fb616398002bd4525c10ff8b510bbf5ebadc26f
parent5ed9b7d3cad56c6438bca305b6d2931bd320352b
[PMSH] Replace own logging implementation with pylog

Signed-off-by: ERIMROB <robertas.rimkus@est.tech>
Issue-ID: DCAEGEN2-2155
Change-Id: I670c4fff8029a73075b651c2afe6237c08cf907c
22 files changed:
components/pm-subscription-handler/Changelog.md
components/pm-subscription-handler/Dockerfile
components/pm-subscription-handler/log_config.yaml [new file with mode: 0755]
components/pm-subscription-handler/pmsh_service/mod/__init__.py
components/pm-subscription-handler/pmsh_service/mod/aai_client.py
components/pm-subscription-handler/pmsh_service/mod/aai_event_handler.py
components/pm-subscription-handler/pmsh_service/mod/exit_handler.py
components/pm-subscription-handler/pmsh_service/mod/network_function.py
components/pm-subscription-handler/pmsh_service/mod/pmsh_logging.py [deleted file]
components/pm-subscription-handler/pmsh_service/mod/pmsh_utils.py
components/pm-subscription-handler/pmsh_service/mod/policy_response_handler.py
components/pm-subscription-handler/pmsh_service/mod/subscription.py
components/pm-subscription-handler/pmsh_service/mod/subscription_handler.py
components/pm-subscription-handler/pmsh_service/pmsh_service_main.py
components/pm-subscription-handler/setup.py
components/pm-subscription-handler/tests/log_config.yaml [new file with mode: 0755]
components/pm-subscription-handler/tests/test_aai_service.py
components/pm-subscription-handler/tests/test_controller.py
components/pm-subscription-handler/tests/test_network_function.py
components/pm-subscription-handler/tests/test_pmsh_utils.py
components/pm-subscription-handler/tests/test_subscription.py
components/pm-subscription-handler/tests/test_subscription_handler.py