pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

Stop logging messages from the embedded server #30

Closed pawandubey closed 9 years ago

pawandubey commented 9 years ago

Right now, upon starting the web server for preview, we get logging messages from Undertow, like this:

Jul 01, 2015 12:49:37 AM org.xnio.Xnio <clinit>
INFO: XNIO version 3.3.1.Final
Jul 01, 2015 12:49:37 AM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.3.1.Final

Figure out a way to stop/suppress/redirect them away from the stdout to reduce clutter. End users may not like seeing this.

pawandubey commented 9 years ago

Not blocking right now. So Wontfix.