-
Notifications
You must be signed in to change notification settings - Fork 31
/
config.yml
44 lines (44 loc) · 1.42 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
sonatypeWork: "/sonatype-work"
server:
applicationConnectors:
- type: http
port: 8070
adminConnectors:
- type: http
port: 8071
requestLog:
appenders:
- type: file
currentLogFilename: "/var/log/nexus-iq-server/request.log"
archivedLogFilenamePattern: "/var/log/nexus-iq-server/request-%d.log.gz"
archivedFileCount: 5
logging:
level: DEBUG
loggers:
com.sonatype.insight.scan: INFO
eu.medsea.mimeutil.MimeUtil2: INFO
org.apache.http: INFO
org.apache.http.wire: ERROR
org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReader: WARN
org.eclipse.jetty: INFO
org.apache.shiro.web.filter.authc.BasicHttpAuthenticationFilter: INFO
com.networknt.schema: OFF
com.sonatype.insight.audit:
appenders:
- type: file
currentLogFilename: "/var/log/nexus-iq-server/audit.log"
archivedLogFilenamePattern: "/var/log/nexus-iq-server/audit-%d.log.gz"
archivedFileCount: 50
appenders:
- type: console
threshold: INFO
logFormat: "%d{'yyyy-MM-dd HH:mm:ss,SSSZ'} %level [%thread] %X{username} %logger
- %msg%n"
- type: file
threshold: ALL
currentLogFilename: "/var/log/nexus-iq-server/clm-server.log"
archivedLogFilenamePattern: "/var/log/nexus-iq-server/clm-server-%d.log.gz"
logFormat: "%d{'yyyy-MM-dd HH:mm:ss,SSSZ'} %level [%thread] %X{username} %logger
- %msg%n"
archivedFileCount: 5
createSampleData: true