What are these log files?
Kameleo log files contain a wealth of information about application activities and communication, as well as any error messages. With this key information, our developers can solve your issue much faster.
Where can I find the log files of Kameleo?
If you use the Graphical User Interface (GUI), you can go to the logs folder by clicking the "Open logs folder" button on the Settings page.
Attaching log files to your support ticket helps our agents to find a solution for you. Please attach both CLI and GUI logs, from the day(s) when the issue took place.
The default location of the logs folder on Windows:
C:\Users\<YOUR_USERNAME>\AppData\Local\Programs\Kameleo\Logs
The default location of the logs folder on macOS:
~/Library/Application Support/Kameleo/Logs
The Library folder is hidden by default. Hit CMD + SHIFt + . to unveil hidden files and folders.
Set log level using config file
In some occasions, the default logging is not detailed enough. In cases where you need more info, or the support agent asks you, you can get more detailed logs by changing the value of the Verbose key to 2 in the appsettings.json file. The lolcation of this file depends on what OS you are running.
Windows: C:\Users\<YOUR_USERNAME>\AppData\Local\Programs\Kameleo
We create the appsettings.json file on Windows by default, but not on macOS. If you are a Mac user and would like to set the details of the logs, you need to create the appsettings.json file in the following folder and add the example as a value.
macOS: ~/Library/Application Support/Kameleo
Here is the example:
{ "ListeningHost": "+", "ListeningPort": 5050, "Verbose": 2 }