摘要: log.go package log import ( "fmt" "io" "log" "os" ) const ( Ldate = 1 << iota // the date in the local time zone: 2009/01/23 Ltime // the time in the 阅读全文
posted @ 2023-09-21 17:14 刘东才 阅读(64) 评论(0) 推荐(0)
摘要: docker-compose.yaml version: "3" networks: loki: services: loki: image: grafana/loki:2.9.0 ports: - "3100:3100" command: -config.file=/etc/loki/local- 阅读全文
posted @ 2023-09-21 09:09 刘东才 阅读(294) 评论(0) 推荐(0)