Skip to content

Instantly share code, notes, and snippets.

@ryanburnette
Created August 7, 2020 13:17
Show Gist options
  • Save ryanburnette/260b4016346788d0ce990eb1b9883d1c to your computer and use it in GitHub Desktop.
Save ryanburnette/260b4016346788d0ce990eb1b9883d1c to your computer and use it in GitHub Desktop.
snippet for caddy to set the log up to use the output and format I prefer
(log) {
log {
output stdout
format console
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment