[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby UI Debugger

Jean Verger

9/17/2006 10:58:00 AM

Hi,
I'm checking the logs generated in ../log/production.log ... is there
any tool to see all that bunch of text in columns or in some way nicer
to analyze?

thanks,

Jean

P.S.: Ah, if it helps, I'm using radrails

3 Answers

Paul Lutus

9/17/2006 3:48:00 PM

0

Jean Verger wrote:

> Hi,
> I'm checking the logs generated in ../log/production.log ... is there
> any tool to see all that bunch of text in columns or in some way nicer
> to analyze?

That depends. What format do the records have? Post a sample line from the
log file.

--
Paul Lutus
http://www.ara...

Jean Verger

9/18/2006 4:13:00 AM

0

Hi,

here a few lines of the logs I'm getting in (log/production.log). I'm
looking for something easier to see than just the plain text ... I'm
getting hundreds of blocks like those and is hard to analyze.

thanks

Jean


Processing LoginController#login (for 192.168.1.183 at 2006-09-17
17:31:41) [POST]
Session ID: e855340ada13b9c24ebdf4ea2fb90851
Parameters: {"x"=>"9", "remember"=>["1", "0"], "y"=>"16",
"action"=>"login", "controller"=>"login",
"member_account"=>{"password"=>"pwdtest", "email"=>"usrtest@msn.com"}}
Redirected to http://192.168.1.41:4100/authenticator/auth/24...
Completed in 0.01435 (69 reqs/sec) | DB: 0.00314 (21%) | 302 Found
[https://192.168.1.40/site/l...]


Processing LoginController#index (for 192.168.1.183 at 2006-09-17
17:33:07) [GET]
Session ID: 8d3c1bcc40c822680f997e5e2f280e46
Parameters: {"action"=>"index", "controller"=>"login"}
Cookie set: member_account_id=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
Rendering login/index
Completed in 0.04305 (23 reqs/sec) | Rendering: 0.02256 (52%) | DB:
0.01151 (26%) | 200 OK [http://192.168.1.40/...]


Processing LoginController#login (for 192.168.1.183 at 2006-09-17
17:33:20) [POST]
Session ID: 8d3c1bcc40c822680f997e5e2f280e46
Parameters: {"x"=>"51", "remember"=>["0"], "y"=>"16",
"action"=>"login", "controller"=>"login",
"member_account"=>{"password"=>"pwdtest", "email"=>"usrtest@msn.com"}}
Redirected to http://192.168.1.41:4100/authenticator/auth/24...
Completed in 0.01533 (65 reqs/sec) | DB: 0.00412 (26%) | 302 Found
[https://192.168.1.40/site/l...]


On 9/17/06, Paul Lutus <nospam@nosite.zzz> wrote:
> Jean Verger wrote:
>
> > Hi,
> > I'm checking the logs generated in ../log/production.log ... is there
> > any tool to see all that bunch of text in columns or in some way nicer
> > to analyze?
>
> That depends. What format do the records have? Post a sample line from the
> log file.
>
> --
> Paul Lutus
> http://www.ara...
>
>

punkracy

9/18/2006 9:47:00 AM

0

Jean Verger wrote:
> Hi,
>
> here a few lines of the logs I'm getting in (log/production.log). I'm
> looking for something easier to see than just the plain text ... I'm
> getting hundreds of blocks like those and is hard to analyze.
use 'less', or maybe http://freshmeat.net/projects/co... will
work

best regards

--
Krzysztof Raczkiewicz
punkracy at gmail dot com
"When I was your age, I was writing operating systems... in binary...
on punchcards!"