-
I've made a change to the apache log format.
from: LogFormat "% h% l% u% t \"% r \ "%> s% O \"% {Referer} i \ "\"% {User-Agent} i \ "" combined
to: LogFormat "% {GEOIP_COUNTRY_CODE} e% a% l% u% …
-
The ArgoCD Application Controller with `logFormat` set to `json` still gives son non-json loglines:
```json
{"level":"info","msg":"Start syncing cluster","server":"https://kubernetes.default.svc",…
-
Using the latest Bitnami chart (2.5.1) and the configuration below
```
kubernetes-event-exporter:
image:
registry: ghcr.io
repository: resmoio/kubernetes-event-exporter
tag: v1.4…
-
https://zhuxinlong.github.io/2020/08/06/kafka-logformat-upgrade/
kafka 至今共经历了三个版本变化
-
**Describe the bug**
Airplane mode does not disable the user's internet connection
**To Reproduce**
Activate airplane mode on rocketsim
Make a http request
Successful Request
**Expected beh…
-
### What happened?
We've been seeing hard crashes of the Unity Editor that fail to produce crash reports. We have flexible sync turned on and it __seems__ possibly related to writing to the database.…
-
### Relevant telegraf.conf
```toml
# Configuration for telegraf agent
[agent]
interval = "1m"
round_interval = true
metric_batch_size = 100
metric_buffer_limit = 1000
collection_ji…
-
making changes to the LogFormat.Format parameter for logging.config doesn't get pushed out in syncds mode.
-
一共发现好几处警告,编译器为GCC
1、log.h L61-L65
invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
原因是即宏后面允许为字符串,而宏前面有字符串常量必须空一格。
2、此处直接报错
L127
原先代码为
```…
-
The CloudFoundry recommended way to collect HTTP access logs is to have apps dump them on stdout, in order for the loggregator to collect them.
See https://docs.google.com/document/d/1zTbS9f6s1Y8WYMh…