Wiki source code of 6. Logfile

Version 2.4 by teamwire001 on 2023/02/10 13:50

Show last authors
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
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. Therefore Teamwire creates the following reports:
4
5 * **registration_failure.txt**
6 This file tracks incidents during the registration routine
7
8 * **exceptions.log**
9 This file tracks low level incidents not caused by the app's code, e.g. file or directoy permissions
10
11 * **log.txt**
12 This file tracks all high level incidents caused by the app itself
13
14 ## ##
15
16 (% class="lead" %)
17 Depending on the desktop's OS, these files are stored in different directories.
18
19 {{id name="windows"/}}
20
21 = Windows =
22
23 |(% style="width:20%" %)**Local user directory** (default)|{{code language="plain"}}%LOCALAPPDATA%\Teamwire\User Data\Default\Logs{{/code}}
24 e.g. C:\Users\USERNAME\AppData\Local\Teamwire\User Data\Default\Logs
25 |**Roaming user directory**
26 [[^^What is that?^^>>doc:Public.Applications.Desktop.Silent-Installation.WebHome||anchor="roamingdir"]]|{{code language="plain"}}%APPDATA%\Teamwire\User Data\Default\Logs{{/code}}
27 e.g. C:\Users\USERNAME\AppData\Roaming\Teamwire\User Data\Default\Logs
28 |**Custom user directory**
29 [[^^What is that?^^>>doc:Public.Applications.Desktop.Silent-Installation.WebHome||anchor="customdir"]]|{{code language="plain"}}<path>\Teamwire\User Data\Default\Logs{{/code}}
30 e.g. H:\Installations\Teamwire\User Data\Default\Logs
31
32 {{id name="macos"/}}
33
34 = macOS =
35
36 On macOS the logfiles are always stored to
37
38 {{code language="plain"}}~/Library/Application Support/Teamwire/Default/Logs{{/code}} ## ##
39
40
41 {{id name="linux"/}}
42
43 = Linux =
44
45 On Linux the logfiles are always stored to
46
47 {{code language="plain"}}~/.config/Teamwire/Default/Logs{{/code}} ## ##
48
49 ## ##