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

vmm-task:individually specify task.debug to enable debug_console #69

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

Vanient
Copy link
Member

@Vanient Vanient commented Aug 28, 2023

Before this we reuse "task.log_level" to determine whether listening debug console port, which is not so good, individually specifying task.debug to enable debug_console is needed.

if p == TASK_DEBUG {
config.debug = true;
continue;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we keep the parse the TASK_DEBUG param like the following parase_cmdline macro?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@flyflypeng
Copy link
Member

Maybe need to update the docs about task.debug param usage.

@Vanient Vanient force-pushed the main branch 4 times, most recently from 4de17f1 to 17ef9bc Compare August 28, 2023 11:46
@Vanient
Copy link
Member Author

Vanient commented Aug 28, 2023

Maybe need to update the docs about task.debug param usage.

updated

@Vanient Vanient force-pushed the main branch 2 times, most recently from b097e7d to 7edfca0 Compare August 28, 2023 12:10
@Burning1020
Copy link
Member

Please check your commit.

Before this we reuse "task.log_level" to determine whether listening
debug console port, which is not so good, individually specifying
task.debug to enable debug_console is needed.

Signed-off-by: Vanient <[email protected]>
@Burning1020 Burning1020 merged commit dadf5d4 into kuasar-io:main Aug 29, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants