Has anyone self-hosting experienced attempting to ...
# community-help
h
Has anyone self-hosting experienced attempting to run a single instance of Typesense in non-highavailabity setup get raft logs? I'm assuming this isn't a problem, and it's a no-op if it can't find 3 peers and elect a leader, but just concerned I may have configured something incorrectly because I am seeing the output.
j
If the logs say "Peer refresh succeeded" (even on a single node deployment), then you're all good
h
Ok; I figured as much. I just wasn't sure if I should be seeing raft logs at all if I didn't configure TYPESCRIPT_NODE or pass --node. Thank you for the clarification 🙏