Changes for page 6. Logfile

Last modified by teamwire001 on 2026/07/08 08:07

From version 11.1
edited by teamwire001
on 2026/07/08 08:07
Change comment: DOC-573
To version 4.1
edited by teamwire003
on 2023/11/07 12:48
Change comment: DOC-249

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire001
1 +XWiki.teamwire003
Content
... ... @@ -1,63 +1,98 @@
1 -Of course we hope you will not run into any issues using Teamwire.
1 +Of course we hope you will not run into any issues using Teamwire. Still, if you have found a bug or have troubles using our product, we reckon on your feedback, so we can improve the software.
2 2  
3 -Still, if you have found a bug or have troubles using our product, we reckon on your feedback, so we can improve the software. To provide you with the best support we rely on the information you can give to us when reporting an error. Please send us a detailed description of your experience and a technical error report.
3 +To provide you with the best support we rely on the information you can give to us when reporting an error. Please send us a detailed description of your experience and a technical error report.
4 4  
5 5  
6 -{{id name="desktop-4-helpcenter"/}}
6 += Desktop 4.0.0 or newer =
7 7  
8 -= Teamwire Help Center =
8 +Teamwire creates the logfile **logs.log** which is located in the directories listed below.
9 9  
10 +The file tracks all
10 10  
11 -In case you experience some odd behaviour by Teamwire without getting an error message, you can visit the **Help Center** to obtain your logfiles.
12 +* incidents during the registration routine
13 +* high level incidents caused by the app itself
14 +* low level incidents not caused by the app's code, e.g. file or directoy permissions
15 +## ##
12 12  
13 -Open the **drop-down menu** [[image:Public.Applications.Desktop.User-Manual-Desktop4.WebHome@icons-dropdown.svg||height="20"]] next to your name and select **Help Center**. You will find an option called **Download the logfiles and send them to your administrator**. Clicking this option will open your file explorer to export and save an archive file (##.zip##) with the required logs.
17 +(% class="lead" %)
18 +Depending on the desktop's OS, the file is stored in a different directory.
14 14  
15 -## ##
16 -[[image:desktop4-helpcenter.png||width="75%"]]
17 -## ##
20 +{{id name="4-windows"/}}
18 18  
19 -{{id name="desktop-4-explorer"/}}
22 +== Windows ==
20 20  
21 -= File explorer =
24 +On Windows the logfile is stored to
22 22  
23 -The logfile can also be obtained manually with your file explorer. Depending on your operating system, the file is stored in different directories as listed below.
26 +{{code language="plain"}}%APPDATA%\teamwire\logs{{/code}} ## ##
27 +e.g. C:\Users\USERNAME\AppData\Roaming\teamwire\logs
24 24  
25 25  
26 -(% class="lead" id="4-windows" %)
27 -Windows
30 +{{id name="4-macos"/}}
28 28  
29 -On Windows the logfile is stored at ##%LOCALAPPDATA%\teamwire\logs\##
30 -resp. ##C:\Users\USERNAME\AppData\Local\teamwire\logs\##
32 +== macOS ==
31 31  
34 +On macOS the logfile is stored to
32 32  
33 -(% class="lead" id="4-macos" %)
34 -macOS
36 +{{code language="plain"}}~/Library/Application Support/teamwire/logs{{/code}} ## ##
35 35  
36 -On macOS the logfile is stored at ##~~/Library/Application Support/teamwire/logs/##
37 37  
39 +{{id name="4-linux"/}}
38 38  
39 -(% class="lead" id="4-linux" %)
40 -Linux
41 +== Linux ==
41 41  
42 -On Linux the logfile is stored at ##~~/.config/teamwire/logs/##
43 +On Linux the logfile is stored to
43 43  
45 +{{code language="plain"}}~/.config/teamwire/logs{{/code}} ## ##
44 44  
45 -{{id name="desktop-4-error"/}}
47 +----
46 46  
47 -= In the error screen =
49 +{{id name="desktop-previous"/}}
48 48  
49 -When running into a problem, Teamwire will show an error message and block your app interface.
51 += Until Desktop 3.4.2 =
50 50  
51 -This screen provides an option to **Download the logfiles and send them to your administrator**.
53 +Teamwire creates the following reports:
52 52  
53 -Clicking this option will open your file explorer to save an archive file (##.zip##) with the required logs. The file tracks all
55 +* **registration_failure.txt**
56 +This file tracks incidents during the registration routine
54 54  
55 -* incidents during the registration routine.
56 -* high level incidents caused by the app itself.
57 -* low level incidents not caused by the app's code, e.g. file or directory permissions.
58 +* **exceptions.log**
59 +This file tracks low level incidents not caused by the app's code, e.g. file or directoy permissions
58 58  
61 +* **log.txt**
62 +This file tracks all high level incidents caused by the app itself
59 59  ## ##
60 -[[image:desktop4-errorscreen.png||width="75%"]]
61 -## ##
62 62  
65 +(% class="lead" %)
66 +Depending on the desktop's OS, these files are stored in different directories.
67 +
68 +{{id name="windows"/}}
69 +
70 +== Windows ==
71 +
72 +|(% style="width:20%" %)**Local user directory** (default)|{{code language="plain"}}%LOCALAPPDATA%\Teamwire\User Data\Default\Logs{{/code}}
73 +e.g. C:\Users\USERNAME\AppData\Local\Teamwire\User Data\Default\Logs
74 +|**Roaming user directory**
75 +[[^^What is that?^^>>doc:Public.Applications.Desktop.Windows-Install-Options.WebHome||anchor="roamingdir"]]|{{code language="plain"}}%APPDATA%\Teamwire\User Data\Default\Logs{{/code}}
76 +e.g. C:\Users\USERNAME\AppData\Roaming\Teamwire\User Data\Default\Logs
77 +|**Custom user directory**
78 +[[^^What is that?^^>>doc:Public.Applications.Desktop.Windows-Install-Options.WebHome||anchor="customdir"]]|{{code language="plain"}}<path>\Teamwire\User Data\Default\Logs{{/code}}
79 +e.g. H:\Installations\Teamwire\User Data\Default\Logs
80 +
81 +{{id name="macos"/}}
82 +
83 +== macOS ==
84 +
85 +On macOS the logfiles are always stored to
86 +
87 +{{code language="plain"}}~/Library/Application Support/Teamwire/Default/Logs{{/code}} ## ##
88 +
89 +
90 +{{id name="linux"/}}
91 +
92 +== Linux ==
93 +
94 +On Linux the logfiles are always stored to
95 +
96 +{{code language="plain"}}~/.config/Teamwire/Default/Logs{{/code}} ## ##
97 +
63 63  ## ##
desktop4-de-helpcenter.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.teamwire001
Size
... ... @@ -1,1 +1,0 @@
1 -266.2 KB
Content
desktop4-errorscreen.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.teamwire001
Size
... ... @@ -1,1 +1,0 @@
1 -56.3 KB
Content
desktop4-helpcenter.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.teamwire001
Size
... ... @@ -1,1 +1,0 @@
1 -173.7 KB
Content