Skip to content

Fix/node controller logging

Kostas FILIPPOPOLITIS requested to merge fix/node-controller_logging into master

Created by: ThanKarab

Changelog:

  1. Added the module/funcname for the node logs.
  2. Fixed the controller logs being shown multiple times. There are now 3 loggers in the controller.
    1. The default logger used by quart that is called app.serving,
    2. the logger used for any background processes controller_background_service and
    3. the logger used for logs trigged after a request controller_request ( context id\request_id could be added in the future).

Merge request reports