Skip to content

Commit 1d1cc20

Browse files
maszyk99ichaer
andauthored
Pass correct args to logger
Co-authored-by: Iuri Chaer <iuri.chaer@gmail.com>
1 parent 9053482 commit 1d1cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/searchcommands/external_search_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _execute(path, argv=None, environ=None):
120120
raise ValueError(f'Cannot find command on path: {path}')
121121

122122
path = found
123-
logger.debug(f'starting command="{path}", arguments={path}')
123+
logger.debug(f'starting command="{path}", arguments={argv}')
124124

125125
def terminate(signal_number):
126126
sys.exit(f'External search command is terminating on receipt of signal={signal_number}.')

0 commit comments

Comments
 (0)