Hi, This patch will add Sinatra extention for verbose logging. To enable this you need to set API_VERBOSE environment variable or '-V' option for deltacloudd.
This should silence default logger and show something similar to Rails development log. For developers there are 'info' and 'warn' helpers available. You can place it anywhere in the code and they will output your message with original caller location (file && line && method). Advantage of using these helpers is that they will print messages during request, so you don't need to wait until request is done to see them. -- Michal
