In bug 243699 we conditionalized emitting signposts on the result of kdebug_is_enabled for WebKit's DBG_ARIADNE category. However, this ends up enabled in more cases than we'd want, especially on internal builds. This is because the DBG_ARIADNE is enabled by default by tailspin on internal builds. This means signposts are enabled more often than we want, which leads log bloat in the persistent log. To fix this, we should conditionalize emitting signposts based on a category not included in the default internal tailspin filter instead.
<rdar://problem/98745594>
Pull request: https://github.com/WebKit/WebKit/pull/3373
Committed 253533@main (74562f9b5ce6): <https://commits.webkit.org/253533@main> Reviewed commits have been landed. Closing PR #3373 and removing active labels.