-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmscoreserver.ini
52 lines (47 loc) · 1020 Bytes
/
mscoreserver.ini
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
47
48
49
50
51
52
[mainLogFile]
disabled=false
fileName=/home/ws/mscoreserver/logs/main.log
maxSize=1000000
maxBackups=2
msgFormat={timestamp} {typeNr} {type} {thread} {msg}
timestampFormat=dd.MM.yyyy hh:mm:ss.zzz
# Log only error messages without history
minLevel=2
bufferSize=0
[debugLogFile]
disabled=false
fileName=/home/ws/mscoreserver/logs/debug.log
maxSize=1000000
maxBackups=2
msgFormat={timestamp} {typeNr} {type} {thread} {msg}
timestampFormat=dd.MM.yyyy hh:mm:ss.zzz
# Log when an error occurs, but then with up to 100 buffered messages of any level
minLevel=2
bufferSize=100
[listener]
port=8081
minThreads=1
maxThreads=1
cleanupInterval=1000
readTimeout=60000
maxRequestSize=160000
maxMultiPartSize=2000000
[templates]
path=templates
suffix=.tpl
encoding=UTF-8
cacheSize=1000000
cacheTime=60000
[docroot]
path=/home/ws/mscoreserver/docs
encoding=UTF-8
maxAge=60000
cacheTime=60000
cacheSize=1000000
maxCachedFileSize=65536
[sessions]
expirationTime=3600000
cookieName=sessionid
cookiePath=/
cookieComment=
cookieDomain=