Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsmestad/colored_logger
- Owner: jsmestad
- License: mit
- Created: 2009-09-24T18:37:55.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-24T18:54:11.000Z (about 15 years ago)
- Last Synced: 2024-10-10T23:48:10.171Z (26 days ago)
- Language: Ruby
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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] MESSAGECompared 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.