Skip to content

object: only print stacktraces when debugging enabled

Ray Strode requested to merge halfline/gjs:mute-stack-traces into master

Not sure if this makes sense upstream or not, but I'll post it here for comment anyway. For RHEL, QE was seeing a large number of stack traces in the log and we decided to mute those messages unless G_MESSAGES_DEBUG is set.

https://bugzilla.redhat.com/show_bug.cgi?id=1546059

Merge request reports