Skip to content

Commit feab013

Browse files
committed
logs
1 parent 54d0fd5 commit feab013

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/troubleshooting.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar_position: 99
66

77
Below, we will gradually list some common issues and corresponding solutions to help you maximize the potential of your app. If you can't find a solution to your problem here, feel free to open a ticket on our Github board or seek assistance via [Discord](https://discord.gg/NEdNen2dSu). Alternatively, you may also directly [email our company address](mailto:contact@phalco.de) if the issue is confidential.
88

9+
Please also attach a log file. We recommend you to read: [How to Collect Logs](./troubleshooting.md#how-to-collect-logs).
10+
911
## All-Rounder Solutions that Fix Most Problems
1012

1113
I can't mention these in every single Section below, so before you try to solve anything, try these:
@@ -75,19 +77,19 @@ Either make sure this user has permissions to read/write to the folders you map
7577
- If your server is in your LAN, make sure you don't mistakenly access it from WAN
7678
- Check your middle-mans: Proxies, VPNs and older Network Hardware could all affect the download speeds.
7779

78-
## How to Report an Issue
80+
## How to Collect Logs
7981

8082
To help us resolve your issue quickly and accurately, please include as much detail as possible, especially:
8183

8284
- A **complete log file** (from server start to when the issue occurs).
8385
- Set the environment variable `SERVER_LOG_LEVEL` to `debug` before collecting the logs.
8486

85-
:::warn Full logs needed
87+
:::warning Full logs needed
8688
Please do not trim or shorten log files. It just makes it harder for us to understand what went wrong. We know they get big, but we know how to read them.
8789
You can redact sensitive details by replacing them with the word `**REDACTED**` before you send them if you want to, but the server tries to automatically redact sensitive data, so they should be gernerally safe to share.
8890
:::
8991

90-
## How to Collect Logs
92+
### Unsure how to gather logs?
9193

9294
If you're not sure how to gather logs, or your system makes it unclear you can use GameVault's Built-in Logging feature:
9395

0 commit comments

Comments
 (0)