• Andy Wilkinson's avatar
    Polish Undertow access logs contribution · 95f31b0d
    Andy Wilkinson authored
     - Apply project’s code formatting and conventions
     - Don’t use the IO and worker thread configuration when creating the
       worker for the AccessLogReceiver. The IO and worker thread
       configuration is for HTTP request processing and a worker in its
       default configuration should be sufficient for the access log
       receiver.
     - Don’t use a temporary directory as the default for the access log
       directory. A temporary directory makes (some) sense for Tomcat as it
       requires a directory for its basedir. Undertow has no such
       requirement and using a temporary directory makes it hard to locate
       the logs. The default has been updated to a directory named logs,
       created in the current working directory.
     - Document the new properties in the application properties appendix
    
    Closes gh-3014
    95f31b0d
Name
Last commit
Last update
..
.gitignore Loading commit data...
Guardfile Loading commit data...
appendix-application-properties.adoc Loading commit data...
appendix-auto-configuration-classes.adoc Loading commit data...
appendix-configuration-metadata.adoc Loading commit data...
appendix-dependency-versions.adoc Loading commit data...
appendix-executable-jar-format.adoc Loading commit data...
appendix.adoc Loading commit data...
build-tool-plugins.adoc Loading commit data...
deployment.adoc Loading commit data...
documentation-overview.adoc Loading commit data...
getting-started.adoc Loading commit data...
howto.adoc Loading commit data...
index-docinfo.xml Loading commit data...
index.adoc Loading commit data...
production-ready-features.adoc Loading commit data...
spring-boot-cli.adoc Loading commit data...
spring-boot-features.adoc Loading commit data...
using-spring-boot.adoc Loading commit data...