You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now the log file shows everything the CLI shows and more - except for the command that the user typed into CLI.
if that starts with npx mcdev or with mcdev we should include it as a debug log entry right before/after logging mcdev's version to make debugging AND finding the right log file easier.
will have to test how special cases like chaining commands is handed into scripts but I would assume there is no difference.
The text was updated successfully, but these errors were encountered:
JoernBerkefeld
changed the title
[TASK] add executed command to log files
[TASK] add executed command including all parameters to log files
Jun 5, 2023
right now the log file shows everything the CLI shows and more - except for the command that the user typed into CLI.
if that starts with
npx mcdev
or withmcdev
we should include it as a debug log entry right before/after logging mcdev's version to make debugging AND finding the right log file easier.will have to test how special cases like chaining commands is handed into scripts but I would assume there is no difference.
The text was updated successfully, but these errors were encountered: