Closed trong closed 8 years ago
By default the output is wrapped into a OutputChannel so there is a buffered channel between the logger and the output. It’s well suited for http handler so logging output I/O can never block your handlers.
When used like that, your program will exit before the buffered channel is actually flushed and delivered to the output.
Ok, thanks!
The code below does not output anything
Could you say - whats is wrong?