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\Roaming\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 location of this file depends on what OS you are running.
As of Kameleo 4.0, we don't create the appsettings.json file by default. You need to create the file first in the following folder and add the example as a value.
Windows: C:\Users\<YOUR_USERNAME>\AppData\Roaming\Kameleo
macOS: ~/Library/Application Support/Kameleo
Here is the example:
{ "ListeningHost": "+", "ListeningPort": 5050, "Verbose": 2 }