Is there a log viewer for displaying Ruby log files from any of its loggers (be it l4r or their basic logger)? Some kind of gui app that opens a log file and can support simple queries such as INFO only?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache Chainsaw V2 can load regular text log files, allowing you to seach, colorize & filter using expressions (like level == info)…just configure Chainsaw using a LogFilePatternReceiver, and your file’s log contents will show up in a tab in the UI (the receiver does support tailing).
Chinsaw V2 is written in Java, but the receiver will parse any log file and Chainsaw will display the events.