-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from CSCfi/CSCTTV-3638-koivu-logging
CSCTTV-3638 send logs to Koivu
- Loading branch information
Showing
28 changed files
with
546 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is part of the research.fi api | ||
# | ||
# Copyright 2022 Ministry of Education and Culture, Finland | ||
# Copyright 2024 Ministry of Education and Culture, Finland | ||
# | ||
# :author: CSC - IT Center for Science Ltd., Espoo Finland [email protected] | ||
# :license: MIT | ||
|
@@ -90,6 +90,21 @@ objects: | |
configMapKeyRef: | ||
name: publicapi-api-config-devel | ||
key: "Serilog__WriteTo__HttpSink__Args__requestUri" | ||
- name: "Serilog__Properties__WoodLogProjectNumber" | ||
valueFrom: | ||
configMapKeyRef: | ||
name: publicapi-api-config-devel | ||
key: "Serilog__Properties__WoodLogProjectNumber" | ||
- name: "Serilog__Properties__WoodLogRetentionMonthsIndexer" | ||
valueFrom: | ||
configMapKeyRef: | ||
name: publicapi-api-config-devel | ||
key: "Serilog__Properties__WoodLogRetentionMonthsIndexer" | ||
- name: "Serilog__Properties__WoodLogUsecaseIndexer" | ||
valueFrom: | ||
configMapKeyRef: | ||
name: publicapi-api-config-devel | ||
key: "Serilog__Properties__WoodLogUsecaseIndexer" | ||
- name: "QueryTimeout" | ||
valueFrom: | ||
configMapKeyRef: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.