File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lib/travis/api/app/endpoint Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ class Jobs < Endpoint
93
93
# the way we use responders makes it hard to validate proper format
94
94
# automatically here, so we need to check it explicitly
95
95
if accepts? ( 'text/plain' )
96
+ Travis . logger . info ( '[JOBS] Retrieving archived log content' )
96
97
respond_with resource . archived_log_content
97
98
elsif accepts? ( 'application/json' )
98
99
attach_log_token if job . try ( :private? )
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ class Logs < Endpoint
25
25
# the way we use responders makes it hard to validate proper format
26
26
# automatically here, so we need to check it explicitly
27
27
if accepts? ( 'text/plain' )
28
+ Travis . logger . info ( '[LOGS] Retrieving archived log content' )
28
29
respond_with resource . archived_log_content
29
30
elsif accepts? ( 'application/json' )
30
31
respond_with resource . as_json
You can’t perform that action at this time.
0 commit comments