I had trouble with using non-default server ports, i.e. my local server is running on localhost:8080, and Pritlog simply doesn't work properly. I went through the code and made a few changes to all the references to $serverName... I changed it to $serverName.$serverPort... and now all is well! Would be something to resolve in a future release; I guess $serverName should really include the port number also, but I haven't studied the code in any great detail yet.
I really like this app, it just does one thing well and uses sqlite which makes it very portable. A big thank you!