Skip to content

Commit 6352dad

Browse files
committed
Add default log level of 20
1 parent 935b17f commit 6352dad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cwl/stage-in-daac/stage-in.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ inputs:
3030
download_dir:
3131
type: string
3232
log_level:
33+
default: '20'
3334
type: string
3435
stac_json:
3536
type: string

cwl/stage-out-stac-catalog/stage-out.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ requirements:
2828

2929
inputs:
3030
log_level:
31+
default: '20'
3132
type: string
3233
project:
3334
type: string

0 commit comments

Comments
 (0)