Hi! I am working with the remote api, and have some questions. Generally, the connection is working. I can do a login, and get a valid session id. I tried the client_add() function, and it worked. However, when I try the client_templates_get_all($session_id); function, the result is empty. I want to debug where the problem is, and from the code of the function I can see, that some logging is done with $this->server->fault("..."). Where does this error get logged to? Is this written to a file, and if so, where can I find it?