We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd307f6 + 8fb9b48 commit c6f6c8bCopy full SHA for c6f6c8b
2 files changed
src/main/resources/config/application-online.yml
@@ -32,4 +32,5 @@ logging:
32
org.hibernate.SQL: INFO
33
org.hibernate.type.descriptor.sql.BasicBinder: trace
34
config: classpath:logback/logback.xml
35
- path: /featureprobe/logs
+ file:
36
+ path: ./logs
src/main/resources/config/application.yml
@@ -15,7 +15,7 @@ server:
15
rotate: true
16
suffix: .log
17
pattern: "[access_log] %t %I \"%r\" %h %l %u :%{featureprobe-header-rid}i %s %b %D ref=%{Referer}i ua=%{User-Agent}i origin=%{origin}i"
18
- directory: /workspace/logs/accesslog/
+ directory: ./logs/accesslog/
19
max-days: 15
20
21
spring:
0 commit comments