Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am setting up a 3-node etcd-6.3.12 cluster on 3 rhel9 vms.
currently I am stuck with the attempt to log into a file. I understand the default way is to log to journalctl.
I can not get etcd up with the the following ExecStart in my (--user) unit file
only reducing it to
makes the service startable
ExecStartI am logging to journalctl, correct? If that is the only way with 3.6 ... what is better with that then logging to a file?A thought on the side ... would not logging to journalctl be a little 'unintuitive' when you think about running
etcdinside a container?Beta Was this translation helpful? Give feedback.
All reactions