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

feat: tasks execution log #13

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

feat: tasks execution log #13

wants to merge 1 commit into from

Conversation

facugon
Copy link
Member

@facugon facugon commented Jan 13, 2022

No description provided.

@facugon facugon changed the title TMP Tasks execution log Jan 13, 2022

if (data.task.execution_logging_enabled) {
if (!data.task.execution_logging_basename) {
dtask.execution_logging_basename = data.task._id.toString()
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
dtask.execution_logging_basename = data.task._id.toString()
dtask.execution_logging_basename = `${data.task._id.toString()}.log`

Copy link
Member Author

@facugon facugon left a comment

Choose a reason for hiding this comment

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

test this

@facugon facugon changed the title Tasks execution log feat: tasks execution log Jan 13, 2022
@facugon facugon force-pushed the development branch 4 times, most recently from 0a4b415 to e9bc471 Compare March 9, 2022 17:34
@facugon facugon force-pushed the development branch 2 times, most recently from 08ce057 to 68979ae Compare March 15, 2022 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant