This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
iac/packer/ubuntu-noble/files/daemon.json

7 lines
No EOL
146 B
JSON

{
"log-driver": "loki",
"log-opts": {
"loki-url": "http://ubu.lan:3100/loki/api/v1/push",
"loki-batch-size": "400"
}
}