Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmestad/colored_logger

output something useful with the rails logger
https://github.com/jsmestad/colored_logger

Last synced: 5 days ago
JSON representation

output something useful with the rails logger

Awesome Lists containing this project

README

        

h1. Color Logger

h3. Info

p. Adds colors to your log files while maintaining default rails logging.

The output format has some additional information not normally in the default Rails logger:
[TYPE TIMESTAMP] [PROCESS_NAME.PID] MESSAGE

Compared with Rails default:
MESSAGE


[INFO 09/24/09 12:26:59] [script/ftpserver.14736] Ready and waiting for connections
[WARN 09/24/09 12:35:27] [script/ftpserver.14861] Exiting...

h3. Copyright

p. Copyright © 2009 Justin Smestad. See LICENSE for details.