Switch codesearch to journald logging
Currently codesearch uses syslog logging with docker but podman doesn't support syslog. Podman does support journald which is basically equivalent for us since we have journald log to syslog too. Update for podman compatibility in preparation for upgrades to Noble. Change-Id: Id7da6b70faad9521da6a39eaa9543b97c0136d58
This commit is contained in:
parent
81bdbb3ded
commit
db409d6f75
@ -10,6 +10,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/lib/hound/data:/var/run/data
|
- /var/lib/hound/data:/var/run/data
|
||||||
logging:
|
logging:
|
||||||
driver: syslog
|
driver: journald
|
||||||
options:
|
options:
|
||||||
tag: "docker-hound"
|
tag: "docker-hound"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user