When the Apache Felix HTTP Jetty is added to OSGi containter the LogServiceLogger delegates on ConsoleLogger by default when it doesn't have a reference to the LogService.
The problem is the ConsoleLogger writes the messages to System.out which causes Roo cannot configure the log verbosity and unexpected logs are being shown to the developer.