-
Notifications
You must be signed in to change notification settings - Fork 32
Remove single quote characters surrounding values in ActionExecute logs #126
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
ActionExecute logs are hard to read and decipher.
In version 0.8, logging is displayed as the following:
I0707 11:32:55.727994 26272 ActionExecute.cpp:250] Exec: 'C:\Windows\system32\cmd.exe'.
I0707 11:32:55.727994 26272 ActionExecute.cpp:253] Arguments: '/k ""ffprobe.exe" -v verbose -hide_banner -i "test.wav""'.
I0707 11:32:55.727994 26272 ActionExecute.cpp:257] Basedir: 'D:\share'.
I0707 11:32:55.731998 26272 ActionExecute.cpp:274] Process created. PID=32956
Describe the solution you'd like
- Remove single quote characters (
') surrounding values in ActionExecute logs. This would greatly improve readability. - Replace
Exec:logs withPath:to match the name of the xml attribute in configuration files.
Describe alternatives you've considered
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request