Minor updates

This commit is contained in:
Matthew Holt 2023-05-04 16:37:25 -06:00
parent 4fdc7ccf2f
commit 77613e3767
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
2 changed files with 6 additions and 4 deletions

View file

@ -124,11 +124,13 @@ A network socket. If the socket goes down, it will dump logs to stderr while it
```caddy-d
output net <address> {
dial_timeout <duration>
soft_start
}
```
- **&lt;address&gt;** is the [address](/docs/conventions#network-addresses) to write logs to.
- **dial_timeout** is how long to wait for a successful connection to the log socket. Log emissions may be blocked for up to this long if the socket goes down.
- **soft_start** will ignore errors when connecting to the socket, allowing you to load your config even if the remote log service is down. Logs will be emitted to stderr instead.