File tree 2 files changed +21
-21
lines changed 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -9,54 +9,54 @@ bootstrap:
9
9
rotationMaxBackups : 10
10
10
rotationMaxAge : 7
11
11
outputLevel : info
12
- outputPaths :
13
- - stdout
14
- errorOutputPaths :
15
- - stderr
12
+ # outputPaths:
13
+ # - stdout
14
+ # errorOutputPaths:
15
+ # - stderr
16
16
auth :
17
17
rotateOutputPath : log/polaris-auth.log
18
18
errorRotateOutputPath : log/polaris-auth-error.log
19
19
rotationMaxSize : 100
20
20
rotationMaxBackups : 10
21
21
rotationMaxAge : 7
22
22
outputLevel : info
23
- outputPaths :
24
- - stdout
25
- errorOutputPaths :
26
- - stderr
23
+ # outputPaths:
24
+ # - stdout
25
+ # errorOutputPaths:
26
+ # - stderr
27
27
store :
28
28
rotateOutputPath : log/polaris-store.log
29
29
errorRotateOutputPath : log/polaris-store-error.log
30
30
rotationMaxSize : 100
31
31
rotationMaxBackups : 10
32
32
rotationMaxAge : 7
33
33
outputLevel : info
34
- outputPaths :
35
- - stdout
36
- errorOutputPaths :
37
- - stderr
34
+ # outputPaths:
35
+ # - stdout
36
+ # errorOutputPaths:
37
+ # - stderr
38
38
cache :
39
39
rotateOutputPath : log/polaris-cache.log
40
40
errorRotateOutputPath : log/polaris-cache-error.log
41
41
rotationMaxSize : 100
42
42
rotationMaxBackups : 10
43
43
rotationMaxAge : 7
44
44
outputLevel : info
45
- outputPaths :
46
- - stdout
47
- errorOutputPaths :
48
- - stderr
45
+ # outputPaths:
46
+ # - stdout
47
+ # errorOutputPaths:
48
+ # - stderr
49
49
naming :
50
50
rotateOutputPath : log/polaris-naming.log
51
51
errorRotateOutputPath : log/polaris-naming-error.log
52
52
rotationMaxSize : 100
53
53
rotationMaxBackups : 10
54
54
rotationMaxAge : 7
55
55
outputLevel : info
56
- outputPaths :
57
- - stdout
58
- errorOutputPaths :
59
- - stderr
56
+ # outputPaths:
57
+ # - stdout
58
+ # errorOutputPaths:
59
+ # - stderr
60
60
default :
61
61
rotateOutputPath : log/polaris-default.log
62
62
errorRotateOutputPath : log/polaris-default-error.log
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function start() {
34
34
set +e
35
35
ulimit -n 409600
36
36
set -e
37
- nohup $cmdline >> /dev/null 2>&1 &
37
+ nohup $cmdline >> ./log/stdout 2>&1 &
38
38
}
39
39
40
40
function stop() {
You can’t perform that action at this time.
0 commit comments