Just ran some nodejs app and saw output. It was without timestamps and debug level was colored at the beginnings of line (debug|info|error|notice etc). It looks better to me. Is it possible to do the same with Dancer? -- Best Regards, Nick Knutov http://knutov.com ICQ: 272873706 Voice: +7-904-84-23-130
There's Dancer2::Logger::Console::Colored which is supposed to do that, but I haven't had any luck with it. Not sure if it's an OS X issue or something else though - still digging into it. If you're still using Dancer 1, check out Dancer::Logger::ColorConsole. Good luck! Jason A. Crome / CromeDome AIM: TheOneCromeDome Twitter: http://www.twitter.com/cromedome Blog: http://crome-plated.tumblr.com/ CPAN: http://search.cpan.org/~cromedome/ github: http://github.com/cromedome Bitbucket: https://bitbucket.org/cromedome/
On Oct 10, 2015, at 11:03 AM, Nick Knutov <mail@knutov.com> wrote:
Just ran some nodejs app and saw output. It was without timestamps and debug level was colored at the beginnings of line (debug|info|error|notice etc). It looks better to me.
Is it possible to do the same with Dancer?
-- Best Regards, Nick Knutov http://knutov.com ICQ: 272873706 Voice: +7-904-84-23-130
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (2)
-
Jason A. Crome -
Nick Knutov