Skip to content

Conversation

@lkarsten
Copy link
Contributor

This is a patch for #268 .

It should perhaps not remove the time stamp and pid if the output is sent to a log file, but wasn't straight forward to get right. This solves my immediate issue.

return;
}

AZ(gettimeofday(&tv, NULL));
Copy link

Choose a reason for hiding this comment

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

I guess we can avoid calling gettimeofday(...) too.

@dmatetelki
Copy link
Contributor

@lkarsten : Don't you want to keep time&pid when logging to stdout/stderr?

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