http://jira.mfd.msk:8088/browse/BKI-3174 Removed . from access_log prefix; Updated version to 1.1
This commit is contained in:
parent
834c6bdebb
commit
a428ba9d49
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
server.port=${SERVER_PORT:8099}
|
server.port=${SERVER_PORT:8099}
|
||||||
server.tomcat.accesslog.enabled=true
|
server.tomcat.accesslog.enabled=true
|
||||||
server.tomcat.accesslog.directory=/opt/app/logs/access
|
server.tomcat.accesslog.directory=/opt/app/logs/access
|
||||||
server.tomcat.accesslog.prefix=access_log.
|
server.tomcat.accesslog.prefix=access_log
|
||||||
server.tomcat.accesslog.suffix=.log
|
server.tomcat.accesslog.suffix=.log
|
||||||
server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b
|
server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b
|
||||||
|
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>ru.nbch</groupId>
|
<groupId>ru.nbch</groupId>
|
||||||
<artifactId>credit-tracker</artifactId>
|
<artifactId>credit-tracker</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
<name>credit_tracker</name>
|
<name>credit_tracker</name>
|
||||||
<description>Credit Tracker Application</description>
|
<description>Credit Tracker Application</description>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue