# Providing Feedback

The MASQ team utilizes [Canny](https://masq-network.canny.io) to log and address feedback from testers - please send us some feedback on features or bugs you find, so we can work on them!

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Feature Requests</td><td><a href="https://masq-network.canny.io/feature-requests">https://masq-network.canny.io/feature-requests</a></td></tr><tr><td>Report a Bug</td><td><a href="https://masq-network.canny.io/bugreports">https://masq-network.canny.io/bugreports</a></td></tr><tr><td>General Feedback</td><td><a href="https://masq-network.canny.io/general-feedback">https://masq-network.canny.io/general-feedback</a></td></tr></tbody></table>

{% hint style="info" %}

### **Helpful Tips for Bug-Reports!:**

* [ ] Specify your OS name and version
* [ ] Specify which version you used - or we won't know what build you're using&#x20;
* [ ] Please attach a screenshot to show the bug/location of the bug if possible
  {% endhint %}

### Example:

<div align="left"><figure><img src="https://1265664368-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXRv5nXzEapbwI6LFmL%2Fuploads%2FRQW06tpTRPSi4XWWYyjj%2Fimage.png?alt=media&#x26;token=cf3f1700-9b33-4b25-8ddb-101618b2e807" alt="" width="536"><figcaption></figcaption></figure></div>

## Inspecting MASQ Core Log Files

Here are the common locations of MASQ Core logs for each OS

{% tabs %}
{% tab title="Windows" %}
Daemon/Node Launch Logs - *System logs in EventViewer*

Daemon Logs: `C:\Windows\System32\config\systemprofile\AppData\Local\MASQ\MASQNode_daemon_rCURRENT`

Node Logs:

`C:\Windows\System32\config\systemprofile\AppData\Local\MASQ\`

{% hint style="info" %}
On some Windows user profiles, the file path may be specific to the logged in user:\
`C:\Users%USERNAME%\AppData\Local\MASQ\`
{% endhint %}
{% endtab %}

{% tab title="Mac" %}
Daemon/Node Launch Logs

`/var/log/MASQDaemon.log`

Daemon Logs

`/var/root/Library/Application Support/MASQ/MASQNode_daemon_rCURRENT.log`&#x20;

Node Logs

`~/Library/Application Support/MASQ`
{% endtab %}

{% tab title="Linux" %}
Linux: Daemon/Node Launch Logs

`sudo journalctl -u snap.masq.masqnode`

Daemon Logs

`/root/snap/masq/x1/.local/share/MASQ`

Node Logs&#x20;

`~/snap/masq/x1/.local/share/MASQ`
{% endtab %}
{% endtabs %}

{% hint style="warning" %}

#### Ensure that you save and send through logs to our dev team, when experiencing any bug or software behaviour that results in serious software crashes or network failure.

{% endhint %}
