| Package | Description |
|---|---|
| io.knotx.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
AccessLogOptions |
KnotxServerOptions.getAccessLog() |
AccessLogOptions |
AccessLogOptions.setEnabled(boolean enabled)
Sets if logging access to the Knot.x HTTP server is enabled or not.
|
AccessLogOptions |
AccessLogOptions.setFormat(io.vertx.ext.web.handler.LoggerFormat format)
Set format of access log.
|
AccessLogOptions |
AccessLogOptions.setImmediate(boolean immediate)
Configure when to collect access log.
|
| Modifier and Type | Method and Description |
|---|---|
KnotxServerOptions |
KnotxServerOptions.setAccessLog(AccessLogOptions accessLog)
Set the access log options
|
| Constructor and Description |
|---|
AccessLogOptions(AccessLogOptions other)
Copy constructor
|
Copyright © 2016–2020. All rights reserved.