File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Supported keyword arguments include:
33
33
Not supported on some OS platforms. Can check ` HTTP.Servers.supportsreuseaddr() ` .
34
34
* ` server::Base.IOServer=nothing ` , provide an ` IOServer ` object to listen on;
35
35
allows manually closing or configuring the server socket.
36
- * ` verbose::Bool=false ` , log connection information to ` stdout ` .
36
+ * ` verbose::Union{Int,Bool}=false ` , log connection information to ` stdout ` . Use ` -1 `
37
+ to also silence the server start and stop logs.
37
38
* ` access_log::Function ` , function for formatting access log messages. The
38
39
function should accept two arguments, ` io::IO ` to which the messages should
39
40
be written, and ` http::HTTP.Stream ` which can be used to query information
You can’t perform that action at this time.
0 commit comments