Skip to content

Remove single quote characters surrounding values in ActionExecute logs #126

@end2endzone

Description

@end2endzone

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 with Path: to match the name of the xml attribute in configuration files.

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions