We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1132b commit 2fa80c0Copy full SHA for 2fa80c0
README.md
@@ -35,3 +35,11 @@ If you want to use a custom acestream.conf:
35
```
36
docker run --platform=linux/amd64 --rm -p 6878:6878 -v "$(pwd)/acestream.conf:/opt/acestream/acestream.conf" blaiseio/acelink
37
38
+
39
+### View Ace Link logs
40
41
+1. Open Console.app
42
+2. In the Console.app search field, type `Process: Ace Link`
43
+3. Click on *Start* or *Start streaming*
44
+4. Launch Ace Link and perform an action you want to debug
45
+5. It should now start populating Console.app with debug information
0 commit comments