Use ucam-observe default gunicorn logging
Closes #1 (closed)
Merge request reports
Activity
assigned to @pfk22
added 6 commits
-
13d222ec...5f98bea0 - 3 commits from branch
main
- d4dff31a - fix: point at uis-devops gitlab group
- 3bac4db2 - Merge branch 'main' into 1_integrate_ucam_observe
- 3bad0197 - fix: amend gunicorn conf test for ucam-observe import
Toggle commit list-
13d222ec...5f98bea0 - 3 commits from branch
- Resolved by E. Evstafiev
requested review from @ee345
- Resolved by E. Evstafiev
Shall we update
ucam-faas/ucam_faas/__init__.py
in the following parts?_initialize_logging
_configure_logging
_configure_structlog
-
FaaSGunicornApplication
._BASE_CONFIG
-
FaaSGunicornApplication
.load_config
mentioned in commit 7c094f26
- Resolved by Peter Keen
@pfk22 I know that via the UI, or for example in PyCharm CE, if you create a new branch with whitespaces in the name, then the whitespaces are replaced by the symbol
_
. However, for the future, I would recommend using-
instead of_
in the name of the branch, as described here: https://guidebook.devops.uis.cam.ac.uk/en/latest/explanations/git/#feature-branches and here: https://docs.gitlab.com/ee/user/project/repository/branches/#prefix-branch-names-with-issue-numbers.