From 97163e8415acf62e510c9e65f166a5b931f7642b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 6 Dec 2021 13:15:06 +0100 Subject: [PATCH] Refer to the issue templates for logging examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ccec7dd..29307f7f 100644 --- a/README.md +++ b/README.md @@ -898,6 +898,10 @@ offers these two environment variables to control yabridge's logging facilities: More detailed information about these debug levels can be found in `src/common/logging.h`. +See the [bug report +template](https://github.com/robbert-vdh/yabridge/blob/master/.github/ISSUE_TEMPLATE/bug_report.yml) +for an example of how to use this. + Wine's own [logging facilities](https://wiki.winehq.org/Debug_Channels) can also be very helpful when diagnosing problems. In particular the `+message`, `+module` and `+relay` channels are very useful to trace the execution path