参考文档:
nginx配置 - nginx.conf
1 | log_format main '$remote_addr - $remote_user [$time_local] "$request" ' |
hello.groovy
1 | import javax.servlet.http.HttpServletRequest; |
logback.xml
1 | <!-- Logback configuration. See http://logback.qos.ch/manual/index.html --> |
application.properties
1 | classpath:logback.xml = |