-
Notifications
You must be signed in to change notification settings - Fork 18
Debugging
LD edited this page Apr 9, 2024
·
5 revisions
When using the binary version of Cosmonium, the application log is stored in a file :
For v0.3.0 dev builds:
- On Windows :
C:\Users\<username>\AppData\Local\cosmonium\Log\output.log
- On Linux :
~/.cache/cosmonium/log/output.log
- On MacOS :
~/Library/Logs/cosmonium/output.log
For releases before v0.3.0:
- On Windows :
C:\Users\<username>\AppData\Local\cosmonium\output.log
- On Linux :
~/.local/share/cosmonium/output.log
- On MacOS :
~/Library/Logs/cosmonium/output.log
When using the sources directly, the log is in the console.
Cosmonium loads its runtime configuration from the following file:
- On Windows :
C:\Users\<username>\AppData\Local\cosmonium\config.yaml
- On Linux :
~/.config/cosmonium/config.yaml
- On MacOS :
~/Library/Preferences/cosmonium/config.yaml
Cosmonium caches the loaded models and yaml files, in case of problem you should clear the cache first.
- On Windows :
C:\Users\<username>\AppData\Local\cosmonium\Cache
- On Linux :
~/.cache/cosmonium
- On MacOS :
~/Library/Caches/cosmonium