Re: Console Window
Re: Console Window
- Subject: Re: Console Window
- From: Scott Ribe <email@hidden>
- Date: Mon, 02 Jul 2012 11:18:21 -0600
On Jul 2, 2012, at 11:09 AM, Gerd Knops wrote:
> I have long asked (and filed bugs) for some way to add a parser to the log output. That parser could filter out usually useless data (date, time) and make a filename:line pattern "clickable". I do most of my development in TextMate, where a bundle gives me log output that is "clickable", a HUGE timesaver (see below).
Nice idea indeed. FYI the reason I use my own logging is that at the server, when 30-50 users are hitting the database, the log can get awfully noisy--filled with boring info about transactions that did not go wrong ;-) So I put timestamp, pid, thread id/name, source file & line, function name all in a big header. Then I have a log browser which knows how to parse all that, and knows how to get "request ids" from the message paylaods, and lets me follow either individual client activity, or individual (often long-lived) requests...
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden