Update logging configuration across applications to set log level and format

This commit is contained in:
Marco van Zijl 2025-11-09 21:08:20 +01:00
parent 7d9f4547bb
commit b4866cb43b
5 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,9 @@
argo-cd:
global:
domain: argocd.noxxos.nl
logging:
format: json
level: info
configs:
params:

View File

@ -24,6 +24,11 @@ loki:
# Authentication
auth_enabled: false
# Server configuration
server:
log_level: info
log_format: json
# Common configuration
commonConfig:
replication_factor: 1

View File

@ -28,6 +28,7 @@ promtail:
# Server config
server:
log_level: info
log_format: json
http_listen_port: 3101
# Scrape configs

View File

@ -122,6 +122,8 @@ grafana:
log:
mode: console
level: info
console:
format: json
users:
auto_assign_org: true

View File

@ -23,6 +23,8 @@ kube-prometheus-stack:
prometheusOperator:
enabled: true
logLevel: info
logFormat: json
resources:
requests:
cpu: 50m
@ -66,6 +68,10 @@ kube-prometheus-stack:
disableCompaction: false
scrapeInterval: 30s
# Log format
logLevel: info
logFormat: json
# 3 months retention (~90 days)
retention: 90d
retentionSize: 100GB