Skip to content

Commit ac21a1d

Browse files
feat: Adding logging options as inputs to the GitHub Action
1 parent 9346b81 commit ac21a1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ inputs:
3535
description: 'Set true or false to create sub-tasks'
3636
required: false
3737
default: 'false'
38+
LOG_LEVEL:
39+
description: 'Python logging level. Default: INFO'
40+
required: false
41+
default: INFO
42+
LOG_FILENAME:
43+
description: 'Python logging to file. This is the filename of the log file. Default: debug.log'
44+
required: false
45+
default: debug.log
3846
branding:
3947
icon: 'file-plus'
4048
color: 'purple'

0 commit comments

Comments
 (0)