Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] add executed command including all parameters to log files #957

Closed
JoernBerkefeld opened this issue Jun 5, 2023 · 1 comment · Fixed by #963
Closed

[TASK] add executed command including all parameters to log files #957

JoernBerkefeld opened this issue Jun 5, 2023 · 1 comment · Fixed by #963
Assignees
Labels
chore Jira issue-type "Task" e/IDE EPIC
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

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.

@JoernBerkefeld JoernBerkefeld added e/IDE EPIC chore Jira issue-type "Task" labels Jun 5, 2023
@JoernBerkefeld JoernBerkefeld added this to the 5.1.0 milestone Jun 5, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Jun 5, 2023
@JoernBerkefeld JoernBerkefeld changed the title [TASK] add executed command to log files [TASK] add executed command including all parameters to log files Jun 5, 2023
@github-actions
Copy link

github-actions bot commented Jun 5, 2023

Closed by #963.

@github-actions github-actions bot closed this as completed Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment