-
Notifications
You must be signed in to change notification settings - Fork 30
/
javabot-sample.yml
46 lines (40 loc) · 1.18 KB
/
javabot-sample.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
45
46
server:
type: simple
applicationContextPath: / # Default value*
adminContextPath: /admincontext # Default value*
connector:
type: http
port: 8081
requestLog:
appenders:
- type: file
currentLogFilename: /some/path-web.log
threshold: ALL
archive: true
archivedLogFilenamePattern: /some/path-web-%d.log
archivedFileCount: 5
timeZone: UTC
logFormat: '%date %level [%thread] %logger{10} [%file:%line] %msg%n'
# Logging settings.
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# Logger-specific levels.
loggers:
com.antwerkz: INFO
appenders:
- type: file
currentLogFilename: /some/path.log
threshold: ALL
archive: true
archivedLogFilenamePattern: /some/path-%d.log
archivedFileCount: 5
timeZone: UTC
logFormat: '%date %level [%thread] %logger{10} [%file:%line] %msg%n'
oauthSuccessUrl: http://localhost:8080/auth/verify
oauthCfg:
- name: googleplus
prefix: googleapis.com
key: 'something'
secret: 'something'
permissions: https://www.googleapis.com/auth/userinfo.profile,email