mirror of https://github.com/caddyserver/caddy.git
fileserver: Reinstate --debug flag
I think it got lost during a rebase or something
This commit is contained in:
parent
821a08a6e3
commit
beb7dcbf2a
|
@ -57,6 +57,7 @@ respond with a file listing.`,
|
||||||
fs.Bool("browse", false, "Enable directory browsing")
|
fs.Bool("browse", false, "Enable directory browsing")
|
||||||
fs.Bool("templates", false, "Enable template rendering")
|
fs.Bool("templates", false, "Enable template rendering")
|
||||||
fs.Bool("access-log", false, "Enable the access log")
|
fs.Bool("access-log", false, "Enable the access log")
|
||||||
|
fs.Bool("debug", false, "Enable verbose debug logs")
|
||||||
return fs
|
return fs
|
||||||
}(),
|
}(),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue