mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 21:46:16 -04:00
Minor updates
This commit is contained in:
parent
4fdc7ccf2f
commit
77613e3767
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
- **<address>** 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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue