Nikhil Shiv
Nikhil Shiv
I have added: ``` DJANGO_LOGGING = { "FILE_LOG": False, "CONSOLE_LOG": True, "MINIFY_CONSOLE_LOG": True, "RESPONSE_FIELDS": ('status', 'reason'), "DISABLE_EXISTING_LOGGERS":False } ``` But I can still see `logs/*.log` files getting created and being...
Helm chart values with `extraLimitsConfig` error out on apply. ``` tolerations: - key: workload operator: Equal value: monitoring effect: NoSchedule config: clients: - url: http://loki-loki-distributed-gateway/loki/api/v1/push snippets: extraLimitsConfig: readline_rate_enabled: true readline_rate:...