File tree 4 files changed +18
-16
lines changed
4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -85,16 +85,18 @@ class Logger {
85
85
logger . error ( err . stack ) ;
86
86
} ) ;
87
87
taskLogger . startHealthCheck ( ) ;
88
- taskLogger . onHealthCheckReported ( ( status ) => {
89
- if ( status . status === 'failed' ) {
90
- this . state . failedHealthChecks . push ( status ) ;
91
- this . state . status = 'failed' ;
92
- } else {
93
- this . state . healthCheckStatus = status ;
94
- }
95
-
96
- this . _writeNewState ( ) ;
97
- } ) ;
88
+ if ( taskLogger . onHealthCheckReported ) {
89
+ taskLogger . onHealthCheckReported ( ( status ) => {
90
+ if ( status . status === 'failed' ) {
91
+ this . state . failedHealthChecks . push ( status ) ;
92
+ this . state . status = 'failed' ;
93
+ } else {
94
+ this . state . healthCheckStatus = status ;
95
+ }
96
+
97
+ this . _writeNewState ( ) ;
98
+ } ) ;
99
+ }
98
100
taskLogger . on ( 'flush' , ( ) => {
99
101
this . _updateMissingLogs ( ) ;
100
102
this . _updateLastLoggingDate ( ) ;
Original file line number Diff line number Diff line change 6
6
" cf-container-logger"
7
7
],
8
8
"dependencies" : {
9
- "@codefresh-io/task-logger" : " 1.7.0 " ,
9
+ "@codefresh-io/task-logger" : " 1.7.1 " ,
10
10
"body-parser" : " ^1.19.0" ,
11
11
"cf-errors" : " ^0.1.11" ,
12
12
"cf-logs" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 1
- version : 1.4.0
1
+ version : 1.4.1
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @codefresh-io/[email protected] .0 " :
6
- version "1.7.0 "
7
- resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.7.0 .tgz#61ff6f494718c2609312627f396d0e497b9065c2 "
8
- integrity sha512-ITokP1p7OuRAmDn7MDj/KgHp68ser3R74hBAbUWcQVD3AToV07KSYl8iBQOQbCHsye+UVYzn4GzNF/Lmsri9VA ==
5
+ " @codefresh-io/[email protected] .1 " :
6
+ version "1.7.1 "
7
+ resolved "https://registry.yarnpkg.com/@codefresh-io/task-logger/-/task-logger-1.7.1 .tgz#356a728794f4063d7af2664ba72b32348d5f9a44 "
8
+ integrity sha512-QigacjVXAGnryT7WOK+DjcgMI1jxQjg37qfZqzAsQbFLNyQRiWZY4kC/kv0UZd9F/4mj2Hg/LNCzGJNOaQc3SQ ==
9
9
dependencies :
10
10
cf-errors "^0.1.11"
11
11
crypto "0.0.3"
You can’t perform that action at this time.
0 commit comments