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

Add ASYN_TRACE_INFO #9

Closed
wants to merge 1 commit into from
Closed

Add ASYN_TRACE_INFO #9

wants to merge 1 commit into from

Conversation

tboegi
Copy link
Contributor

@tboegi tboegi commented Oct 8, 2015

In case that the traces ASYN_TRACE_FLOW or ASYN_TRACEIO_DRIVER
are too spammy, add ASYN_TRACE_INFO

This can be used to trace commands send to a device like a motor,
or selective status changes.

In case that the traces ASYN_TRACE_FLOW or ASYN_TRACEIO_DRIVER
are too spammy, add ASYN_TRACE_INFO

This can be used to trace commands send to a device like a motor,
or selective status changes.
@ulrikpedersen
Copy link
Member

Hi @tboegi

I think its a good idea to add another trace flag - we sometimes end up adding an extra custom trace flag like this for specific drivers anyway. However, your patch is lacking a few bits before it is really useful - mainly the bits that lets us control it through the asynRecord.

FYI a similar flag (ASYN_TRACE_WARNING) was added in June 2013. The tech-talk discussion is here. If you have a look at the history of that series of commits you can see how the flag was added to the asynRecord. The relevant changes start from commit b605da8

@tboegi
Copy link
Contributor Author

tboegi commented Nov 27, 2017

I realize 3 problems:

  1. The repo from the PR does not exist any more
  2. The "INFO" was too confusing
  3. I don't have any of EDM, MEDM or whatever UI tools available.

However, 1) and 2) are addressed here:
#63

@tboegi tboegi closed this Dec 21, 2017
@tboegi
Copy link
Contributor Author

tboegi commented Dec 21, 2017

See #63

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.

2 participants