...
The data for each log line can be quite extensive, but should not be relied upon to be complete. For example, if details about thousand tasks are sent in a single API command, then the API log may show that a thousand tasks were sent, but it will probably not include all details about the tasks.
Log line
Here is an example of a log line:
...
The log level selector should largely be ignored; it filters out lines that have a log level higher than the selected one, so if you select "Warning" then you won't see lines with level "Errors" or "Critical". When choosing ex. "Warning", only logentries of this sort is shown.
However, most log lines will probably be with the level "Warning", so don't rely on the log level.
...