Currently logging with: ``` logger.info('hello %s', 'world') ``` will send the string "hello %s" to logz.io instead of "hello world" This commit fixes this situation.
Add tests