open-nomad/.changelog/12962.txt
James Rasell 636b647a30
agent: fix panic when logging about protocol version config use. (#12962)
The log line comes before the agent logger has been setup,
therefore we need to use the UI logging to avoid panic.
2022-05-13 09:28:43 +02:00

4 lines
116 B
Plaintext

```release-note:bug
agent: fixed a panic on startup when the `server.protocol_version` config parameter was set
```