Re: chainsaw publish to central?

2019-02-13 Thread Matt Sicker
Chainsaw could use some love updating its codebase and modularizing it. There hasn't been much active development on it otherwise in the past few years (though it's remained stable of course). If you'd like to help extract libraries in the code, that could be awesome. On Tue, 12 Feb 2019 at 20:01

Re: chainsaw publish to central?

2019-02-12 Thread Alex O'Ree
Roger that. I was looking to borrow some of the log4j parsing code that already existing in chainsaw. When I couldn't find a recent version central, I decided to build from source. That turned out to be a bit more work than anticipated. I checked it out from github, which is probably my mistake

Re: chainsaw publish to central?

2019-02-12 Thread Matt Sicker
: > > Not sure if this is the right list butwould it be possible to get someone > to publish chainsaw to maven central? -- Matt Sicker - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional co

chainsaw publish to central?

2019-02-10 Thread Alex O'Ree
Not sure if this is the right list butwould it be possible to get someone to publish chainsaw to maven central?

Chainsaw network logs encoding issue

2018-08-27 Thread Shrixt Fridrix
Hello, I'm using c# NLog with Chainsaw target to send logs and Chainsaw configured to receive events from network with org.apache.log4j.net.UDPReceiver. The issue is that some non-ascii letters in Message column are not displayed correctly, like "Got ываываываы." (expect

[ANN] Release of Apache Chainsaw 2.0.0

2018-01-25 Thread Matt Sicker
The Apache Logging Services project is pleased to announce the availability of Apache Chainsaw 2.0.0. This is a long-awaited release of the Chainsaw trunk/master code. Apache Chainsaw is a Java GUI application to search, watch, and gather log data from applications, particularly applications

Re: Chainsaw log-parsing classes

2018-01-20 Thread Scott Deboy
Yeah - good idea. Here's the code Chainsaw uses to grab a log4j XML config's FileAppender definition, including the PatternLayout, and build what's needed to process the log messages going in to the target file. BTW this is also how the log4j2 Advertiser integrates with Chainsaw

Re: Chainsaw log-parsing classes

2018-01-20 Thread Mikael Ståldal
Maybe we could take some code from Chainsaw and implement a LogEventParser for Log4j 2? https://github.com/apache/logging-log4j2/blob/master/log4j-core/src/main/java/org/apache/logging/log4j/core/parser/TextLogEventParser.java On 2018-01-19 17:00, Scott Deboy wrote: Here's info on how you

Re: Chainsaw log-parsing classes

2018-01-20 Thread Mikael Ståldal
less human readable (especially timestamps). Obviously Chainsaw has the capability to parse standard log4j output, but is any of that exposed so we could use those classes in our application? We don’t need the GUI component. Thank you for any help you’re able to provide! ~ Joe ~ p.s

Re: Chainsaw log-parsing classes

2018-01-19 Thread Ralph Goers
the > log4j2's JsonLayout to have an easily parsable log format, but would prefer > not to as it makes the logs less human readable (especially timestamps). > > > Obviously Chainsaw has the capability to parse standard log4j output, but > is any of that exposed so we could use those

Chainsaw log-parsing classes

2018-01-19 Thread Joseph Husby
, but would prefer not to as it makes the logs less human readable (especially timestamps). Obviously Chainsaw has the capability to parse standard log4j output, but is any of that exposed so we could use those classes in our application? We don’t need the GUI component. Thank you for any help you’re

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Matt Sicker
Action setting parameter [autoReconnect] to value [false] > >>>> In ParamAction setting parameter [fileURL] to value > >>>> [file://home/mohit/example.log] > >>>> and so on for all other parameters > >>>> > >>>> On Fri, Apr

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Ralph Goers
arameter [autoReconnect] to value [false] >>>> In ParamAction setting parameter [fileURL] to value >>>> [file://home/mohit/example.log] >>>> and so on for all other parameters >>>> >>>> On Fri, Apr 21, 2017 at 6:42 PM, Scott Deboy &l

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Scott Deboy
> In ParamAction setting parameter [autoReconnect] to value [false] >>> In ParamAction setting parameter [fileURL] to value >>> [file://home/mohit/example.log] >>> and so on for all other parameters >>> >>> On Fri, Apr 21, 2017 at 6:42 PM, Scott D

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Scott Deboy
lue > [file://home/mohit/example.log] > and so on for all other parameters > > On Fri, Apr 21, 2017 at 6:42 PM, Scott Deboy <scott.de...@gmail.com> wrote: > >> Here you go. >> >> Change the fileURL to apply to your setup, and the name field if you'd >>

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Mohit Garg
p, and the name field if you'd > like and save it as something like chainsaw-log-config.xml. > > Open Chainsaw, select File, Load chainsaw configuration menu. > > Choose the 'Use a Chainsaw config file' option, and browse to your > chainsaw-log-config.xml file. You can also c

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Scott Deboy
Here you go. Change the fileURL to apply to your setup, and the name field if you'd like and save it as something like chainsaw-log-config.xml. Open Chainsaw, select File, Load chainsaw configuration menu. Choose the 'Use a Chainsaw config file' option, and browse to your chainsaw-log

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Mohit Garg
> > Scott > > On Apr 21, 2017 2:36 PM, "Mohit Garg" <mohi...@vt.edu> wrote: > > > Hey Scott, > > > > Yes, I am using Chainsaw and logging on the same machine. > > > > My OS is Ubuntu 14.04. > > > > Can you please se

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Scott Deboy
Send a chunk of your log file and I'll give you a config that works. Scott On Apr 21, 2017 2:36 PM, "Mohit Garg" <mohi...@vt.edu> wrote: > Hey Scott, > > Yes, I am using Chainsaw and logging on the same machine. > > My OS is Ubuntu 14.04. >

Re: Chainsaw Zeroconf FileAppender Error

2017-04-21 Thread Scott Deboy
You're using Chainsaw and logging on the same machine? What OS? You could just set up a VFSLogFilePatternReceiver config - it'd tail whatever's available. Scott On 4/21/17, Mohit Garg <mohi...@vt.edu> wrote: > Hey Scott, > > I tried with this configuration. However, it still

Re: Chainsaw Zeroconf FileAppender Error

2017-04-18 Thread Scott Deboy
I used jmdns 3.4.2 with the latest log4j2 and a sample app that used the following appender configuration to log to a local file. Chainsaw was able to discover the advertisement and live tail the log file. It looks like the latest JmDNS has changed their API, so log4j2 works with jmdns 3.4.1

Fwd: Chainsaw Zeroconf FileAppender Error

2017-04-18 Thread Mohit Garg
-- Forwarded message -- From: Mohit Garg <mohi...@vt.edu> Date: Tue, Apr 18, 2017 at 10:24 PM Subject: Chainsaw Zeroconf FileAppender Error To: log4j-user@logging.apache.org Hi, I am using Apache Chainsaw on an Ubuntu 14.04 machine. In my Java application I have the adve

Re: Apache chainsaw

2017-04-09 Thread Robert Lu
* update macOS build at https://logging.apache.org/chainsaw/download.html, macOS only run 64bit. * make mvn can work for chainsaw, such as mvn package, mvn site:site On Mon, Apr 10, 2017 at 11:27 AM, Scott Deboy <scott.de...@gmail.com> wrote: > If anyone wants a list of chainsaw fea

Re: Apache chainsaw

2017-04-09 Thread Scott Deboy
If anyone wants a list of chainsaw features I'd be happy to provide it. It's much more powerful than just a viewer. Scott On Apr 9, 2017 7:59 PM, "John Lussmyer" <cou...@casadelgato.com> wrote: > On Sun Apr 09 19:01:43 PDT 2017 boa...@gmail.com said: > >Kibana req

Re: Apache chainsaw

2017-04-09 Thread John Lussmyer
On Sun Apr 09 19:01:43 PDT 2017 boa...@gmail.com said: >Kibana requires a lot of setup, too. That's more useful for making >dashboards for ops in my experience. Having a program I can use to look at >logs that's more advanced than tail would be nice. Kind of like Console in >macOS. Kedit is

Re: Apache chainsaw

2017-04-09 Thread Ralph Goers
Scott, since you have been the primary developer on chainsaw of late I’ve been waiting for you to chime in on whether it should move to git or not. Ralph > On Apr 9, 2017, at 6:35 PM, Scott Deboy <scott.de...@gmail.com> wrote: > > No, not at all the two devs who wor

Re: Apache chainsaw

2017-04-09 Thread Matt Sicker
apitalone.com > > > wrote: > > > I’m wondering if in part Chainsaw died because of the ELK stack? > > > > Ron DiFrango > > > > > > > > On 4/9/17, 3:56 AM, "Robert Lu" <robberp...@gmail.com> wrote: > > > >

Re: Apache chainsaw

2017-04-09 Thread Scott Deboy
ondering if in part Chainsaw died because of the ELK stack? > > Ron DiFrango > > > > On 4/9/17, 3:56 AM, "Robert Lu" <robberp...@gmail.com> wrote: > > Hi, all. > > I think developer need a tool to view, search log. Chainsaw was a great >

Re: Apache chainsaw

2017-04-09 Thread DiFrango, Ronald
I’m wondering if in part Chainsaw died because of the ELK stack? Ron DiFrango On 4/9/17, 3:56 AM, "Robert Lu" <robberp...@gmail.com> wrote: Hi, all. I think developer need a tool to view, search log. Chainsaw was a great tool, but need update. I wa

Re: Apache chainsaw

2017-04-09 Thread Robert Lu
Hi, all. I think developer need a tool to view, search log. Chainsaw was a great tool, but need update. I want to contribute to Chainsaw. On Sat, Apr 8, 2017 at 10:25 AM, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Brett and Robert, are you suggesting you would want to get

Re: Apache chainsaw

2017-04-07 Thread Matt Sicker
Could be a neat opportunity for using JavaFX or something. On 7 April 2017 at 21:25, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Brett and Robert, are you suggesting you would want to get involved in > improving Chainsaw if it moved to git? > > Ralph > > > On Apr

Re: Apache chainsaw

2017-04-07 Thread Ralph Goers
Brett and Robert, are you suggesting you would want to get involved in improving Chainsaw if it moved to git? Ralph > On Apr 7, 2017, at 6:42 PM, Brett Randall <javabr...@gmail.com> wrote: > > +1 for migration to Git. > > On 6 April 2017 at 07:44, Matt Sicker <

Re: Apache chainsaw

2017-04-07 Thread Brett Randall
Robert Lu <robberp...@gmail.com> wrote: > > > Can chainsaw migrate to git? > > > > On Thu, Mar 30, 2017 at 4:04 AM, Matt Sicker <boa...@gmail.com> wrote: > > > > > You need to use the new home.apache.org site for uploading things now > > > anyways. Who

Re: Apache chainsaw

2017-04-06 Thread Matt Sicker
We can probably do that, though usually we like to do a 72 hour grace period to make sure there are no objections before migrating repositories. On 6 April 2017 at 02:01, Robert Lu <robberp...@gmail.com> wrote: > Can chainsaw migrate to git? > > On Thu, Mar 30, 2017 at 4:04 AM, M

Re: Apache chainsaw

2017-04-06 Thread Robert Lu
Can chainsaw migrate to git? On Thu, Mar 30, 2017 at 4:04 AM, Matt Sicker <boa...@gmail.com> wrote: > You need to use the new home.apache.org site for uploading things now > anyways. Who knows how long they'll keep the old server online. If we set > it up in Jenkins, we can also

Re: Apache chainsaw

2017-03-29 Thread Matt Sicker
s://people.apache.org/~sdeboy/ > > > > > > On 3/29/17, João Ferreira <ferreirinha...@hotmail.com> wrote: > >> Yeah, that was what i expected. But is there any project replacing this > >> one? > >> > >> Wednesday, 29 March 2017, 08:01PM +01:00

Re: Apache chainsaw

2017-03-29 Thread Ralph Goers
ão Ferreira <ferreirinha...@hotmail.com> wrote: >> Yeah, that was what i expected. But is there any project replacing this >> one? >> >> Wednesday, 29 March 2017, 08:01PM +01:00 from Igal @ Lucee.org >> i...@lucee.org<mailto:i...@lucee.org>: >> &

Re: Re[2]: Apache chainsaw

2017-03-29 Thread Matt Sicker
t is there any project replacing this > > one? > > > > Wednesday, 29 March 2017, 08:01PM +01:00 from Igal @ Lucee.org > > i...@lucee.org<mailto:i...@lucee.org>: > > > > https://logging.apache.org/chainsaw/changes-report.html > > Last Published: 09/01/

Re: Re[2]: Apache chainsaw

2017-03-29 Thread Scott Deboy
y project replacing this > one? > > Wednesday, 29 March 2017, 08:01PM +01:00 from Igal @ Lucee.org > i...@lucee.org<mailto:i...@lucee.org>: > > https://logging.apache.org/chainsaw/changes-report.html > Last Published: 09/01/2007 > > Id say its not active. > > Iga

Re: Apache chainsaw

2017-03-29 Thread Igal @ Lucee.org
https://logging.apache.org/chainsaw/changes-report.html Last Published: 09/01/2007 I'd say it's not active. Igal Sapir Lucee Core Developer Lucee.org <http://lucee.org/> On 3/29/2017 11:56 AM, João Ferreira wrote: Hello, Is apache chainsaw still an active project? If not, was it re

Apache chainsaw

2017-03-29 Thread João Ferreira
Hello, Is apache chainsaw still an active project? If not, was it replaced by another project? Best regards Joao

Re: Is Chainsaw alive?

2017-01-16 Thread Scott Deboy
The developer snapshot tarball works for me. Available at http://people.apache.org/~sdeboy/ On Jan 16, 2017 3:43 AM, "Robert Lu" <robberp...@gmail.com> wrote: > Hi, > > Cloud you please compile

how-to-configure-apache-chainsaw-for-input-from-multiple-devices

2016-06-06 Thread Ray Tayek
hi, i made some progress with chainsaw, but got confused. i posted this question <http://stackoverflow.com/questions/37359339/how-to-configure-apache-chainsaw-for-input-from-multiple-devices>, but no answers despite a small bounty. perhaps someone could point me in the right dir

Re: chainsaw - socket hander - jdk util logging

2016-05-17 Thread Ray Tayek
On 5/16/2016 8:32 PM, Scott Deboy wrote: Chainsaw config files are regular log4j config files. Plugins are receivers, but you can just add any log4j appender to that same chainsaw config and it will send the received events to the appender, like a rollingfileappender. got one to work (see

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
Chainsaw config files are regular log4j config files. Plugins are receivers, but you can just add any log4j appender to that same chainsaw config and it will send the received events to the appender, like a rollingfileappender. Scott On May 16, 2016 7:44 PM, "Ray Tayek" <rta...@ca.

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
On 5/16/2016 5:11 PM, Scott Deboy wrote: I just tried it myself with the latest developer snapshot and it worked fine. This code was used on the 'transmit' side: ... i use similar code. This config file was my entire Chainsaw config (started on same machine of course): http

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
r.setLevel(Level.ALL); This config file was my entire Chainsaw config (started on same machine of course): http://jakarta.apache.org/log4j/; debug="true"> The levels fine/finer/finest showed up fine, and the message and timestamp displayed, even t

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
On 5/16/2016 2:26 PM, Scott Deboy wrote: With the latest developer snapshot from http://people.apache.org/~sdeboy See the 'Welcome' tab in Chainsaw, and click 'View example Receiver Configuration' toolbar button. Copy and paste that to a file, and remove all of the plugin entries except

Re: chainsaw - socket hander - jdk util logging

2016-05-16 Thread Scott Deboy
With the latest developer snapshot from http://people.apache.org/~sdeboy See the 'Welcome' tab in Chainsaw, and click 'View example Receiver Configuration' toolbar button. Copy and paste that to a file, and remove all of the plugin entries except for: And modify that port

chainsaw - socket hander - jdk util logging

2016-05-16 Thread Ray Tayek
hi, please excuse me if this is the wrong place to post, but i am new to log4j and chainsaw. i posted this question <http://stackoverflow.com/questions/37239400/apache-chainsaw-v2-gets-bind-exception-or-connection-lost-invalid-stream-he>, but have no results yet. jigsaw seems kind

How to get Log4j2, Tomcat and Chainsaw work together?

2014-07-23 Thread Kari Arvonen
Hello, Versions: - Apache Log4j2 2.0 release version - Apache Tomcat 7.0.54 - Apache Chainsaw 2.1 snapshot (http://people.apache.org/~sdeboy/) - Oracle Java SE 7 u60 JDK I have tried to get the XMLLayout to work with Log4j2 assuming it is the best format for Chainsaw. What is preferred way to do

Re: How to get Log4j2, Tomcat and Chainsaw work together?

2014-07-23 Thread Gary Gregory
version - Apache Tomcat 7.0.54 - Apache Chainsaw 2.1 snapshot (http://people.apache.org/~sdeboy/) - Oracle Java SE 7 u60 JDK I have tried to get the XMLLayout to work with Log4j2 assuming it is the best format for Chainsaw. What is preferred way to do this? In any case current log4j2.xml placed

Re: How to get Log4j2, Tomcat and Chainsaw work together?

2014-07-23 Thread Kari Arvonen
and in what order your app is using. Gary On Wed, Jul 23, 2014 at 11:36 AM, Kari Arvonen suomila...@gmail.com wrote: Hello, Versions: - Apache Log4j2 2.0 release version - Apache Tomcat 7.0.54 - Apache Chainsaw 2.1 snapshot (http://people.apache.org/~sdeboy/) - Oracle Java SE 7 u60 JDK

Re: How to get Log4j2, Tomcat and Chainsaw work together?

2014-07-23 Thread Ralph Goers
I recall that there are dependencies on both the jackson 2.x and 1.x jars. Ralph On Jul 23, 2014, at 8:36 AM, Kari Arvonen suomila...@gmail.com wrote: Hello, Versions: - Apache Log4j2 2.0 release version - Apache Tomcat 7.0.54 - Apache Chainsaw 2.1 snapshot (http://people.apache.org

Re: How to get Log4j2, Tomcat and Chainsaw work together?

2014-07-23 Thread Scott Deboy
Regarding Chainsaw, it currently doesn't support the XML format generated by Log4j2, but does support pattern layout based log formats. Chainsaw supports most regular text log formats, and has special support for Log4j's pattern layout. I'd suggest either configuring Chainsaw manually, or use

Chainsaw and Log4j2

2013-10-17 Thread Peter DePasquale
Can anyone clarify the status of chainsaw w.r.t Log4j2? It seems that chainsaw is pretty old and no longer being developed. Does it work with log4j2? Thanks. -- Peter J. DePasquale, Ph.D. Department of Computer Science The College of New Jersey (e) depasqua [at] tcnj [dot] edu (p) 609-771-2806

Re: Chainsaw and Log4j2

2013-10-17 Thread Scott Deboy
Chainsaw has been updated and offered via developer snapshots, but those updates haven't been released. The latest developer snapshot is available at http://people.apache.org/~sdeboy We are working on an updated release of log4j extras, which Chainsaw needs. Once extras is released, we'll

Chainsaw support for java.util.logging file format

2013-05-03 Thread Scott Deboy
For those who may be interested, Chainsaw has been updated to include support for multi-line log file formats, including the default java.util.logging file format. If you want to try it out, the developer snapshot of Chainsaw, in Mac dmg or zip file format, is available at http

Re: apache-chainsaw snapshot download

2013-03-01 Thread Scott Deboy
Hi Yogi, I don't think the Chainsaw snapshot is published to maven..you have to build it yourself... On Fri, Mar 1, 2013 at 12:29 PM, Yogi Nerella ynerella...@gmail.com wrote: Hi, I cant find a central repository which is hosting apache-chainsaw-2.1.0.SNAPSHOT? Can anyone give sample

Re: Chainsaw update fails horridly

2012-09-05 Thread Brett Randall
Yeah the webstart version looks to have problems. The webstart location in redirecting to http://logging.apache.org/chainsaw/chainsaw_20060302/webstart/ but the files there are dated July 2012. My recommendation, if you need a working version fast, is to use the non-webstart snapshot version

Re: Chainsaw update fails horridly

2012-09-05 Thread Scott Deboy
Apologies, we really really have to get a new release out the door. The quick fix is to delete your $USER_HOME/.chainsaw folder (or if you are having problems with only a certain tab, files with that tab's name in the .chainsaw folder). I would also suggest trying the developer snapshot from

Re: Chainsaw update fails horridly

2012-09-05 Thread David Myers
out the door. The quick fix is to delete your $USER_HOME/.chainsaw folder (or if you are having problems with only a certain tab, files with that tab's name in the .chainsaw folder). I would also suggest trying the developer snapshot from http://people.apache.org/~sdeboy - it includes a ton

Re: Chainsaw update fails horridly

2012-09-05 Thread Scott Deboy
You don't need to build it, run the chainsaw script from the subfolder of the target directory in the zip. Error logs would be very helpful. A bugzilla issue would be great. Thanks Scott On Sep 5, 2012, at 7:55 AM, David Myers david.myers.scibearsp...@gmail.com wrote: @Scott I did try

Re: BLOCKER: Chainsaw download links have stopped working

2012-07-16 Thread Geoffry Roberts
): http://logging.apache.org/chainsaw/download.html Cheers, Christian On Sun, Jul 15, 2012 at 9:17 PM, 1zain1zain 1zain1z...@gmail.com wrote: Hello, I use the webstart link but for several days now all links seem dysfunctional. Hope someone can fix them asap. Thanks! -- http://www.grobmeier.de

chainsaw issue

2011-11-01 Thread sangeetha k
Hi,   I am using chainsaw to view the log generated using log4j.   Here is my configurations   Sample log   2011-10-31 08:02:00,332 [ INFO] [9447566@qtp-19458313-0] [net.hp.tr.businesslogic.referenceimplcustomer.businesslogic.CustomerController] [Organization: Travelocity] [Client: AA] [Location

Re: Chainsaw-timestap

2011-09-15 Thread Scott Deboy
** Subject: Re: Chainsaw-timestap ** ** There are a lot of view-related settings - see the view, application-wide* *** preferences menu option and the current tab, tab preferences menu option.* *** Under tab preferences, you can change the display of the timestamp. You can also toggle

RE: Chainsaw-timestap

2011-09-15 Thread Konduru, Geetha
How to get tab preference dialog??? Thank U, VGSS -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, September 15, 2011 2:35 PM To: Log4J Users List Subject: Re: Chainsaw-timestap Most layout and display configuration settings are tab-specific. Check

RE: Chainsaw-timestap

2011-09-15 Thread Konduru, Geetha
I got that. Clicked the timestamp column.. Thanks a lot !!! -Original Message- From: Konduru, Geetha [mailto:geetha_kond...@medco.com] Sent: Thursday, September 15, 2011 2:39 PM To: Log4J Users List Subject: RE: Chainsaw-timestap How to get tab preference dialog

Re: Chainsaw-timestap

2011-09-15 Thread Scott Deboy
[mailto:scott.de...@gmail.com] Sent: Thursday, September 15, 2011 2:35 PM To: Log4J Users List Subject: Re: Chainsaw-timestap Most layout and display configuration settings are tab-specific. Check the tab preferences dialog. On Thu, Sep 15, 2011 at 11:30 AM, Konduru, Geetha geetha_kond

Chainsaw Events

2011-09-15 Thread Konduru, Geetha
1.How many events will it store? 2..Using chain saw can we store all events received in a file. Thank U, Vgss ** This e-mail message and any attachments contain confidential information from Medco. If you are not the

Re: Chainsaw Events

2011-09-15 Thread Scott Deboy
Chainsaw uses a cyclic buffer by default, which means as new events are received, old ones are removed from the table. That cyclic buffer size is global, but you can toggle between cyclic and non-cyclic and that is a tab-specific persistnet setting. Once you hit the cyclic buffer limit, more CPU

RE: Chainsaw Events

2011-09-15 Thread Konduru, Geetha
Sorry , my question is. Can chainsaw store all evenet it is receiving from SocketReceiver in a file (which can be archived) Thank u, Vgss -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, September 15, 2011 3:30 PM To: Log4J Users List Subject: Re

Re: Chainsaw Events

2011-09-15 Thread Scott Deboy
. Scott On Thu, Sep 15, 2011 at 1:23 PM, Konduru, Geetha geetha_kond...@medco.comwrote: Sorry , my question is. Can chainsaw store all evenet it is receiving from SocketReceiver in a file (which can be archived) Thank u, Vgss -Original Message- From: Scott Deboy [mailto:scott.de

RE: Chainsaw Events

2011-09-15 Thread Konduru, Geetha
Thanks !! -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, September 15, 2011 4:26 PM To: Log4J Users List Subject: Re: Chainsaw Events Yes...use the File, Save events as menu option. The events displayed on screen (whatever is not filtered out

Re: Chainsaw Events

2011-09-15 Thread Scott Deboy
By the way, you can email that xml or zip file to someone else and they can load the events into Chainsaw (including your markers) by using the File, open log4j xml-formatted file. Scott On Thu, Sep 15, 2011 at 1:33 PM, Konduru, Geetha geetha_kond...@medco.comwrote: Thanks

RE: Chainsaw Events

2011-09-15 Thread Konduru, Geetha
Wow thanks a lot!! -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, September 15, 2011 4:47 PM To: Log4J Users List Subject: Re: Chainsaw Events By the way, you can email that xml or zip file to someone else and they can

AW: Chainsaw v2 - do not convert log timestamps to local time zone.

2011-08-25 Thread Stadelmann Josef
To speak the same language, LOCAL Chainsaw and REMOTE service, Chainsaw should in fact make use of the Time-Zone-Info (if any) in the Log-Event. Only then a local and a remote service person can talk about the same time. N'either it makes sense if Chainsaw talks in a universal time GMT

Re: Chainsaw v2 - do not convert log timestamps to local time zone.

2011-08-18 Thread Scott Deboy
You can adjust what timezone is used to render timestamps in Chainsaw. Go to current tab menu, tab preferences (or use the context menu available in the tab's table), choose the formatting category and provide a value in the 'timezone of event's field. Scott On Thu, Aug 18, 2011 at 2:51 AM

Re: Chainsaw v2 - do not convert log timestamps to local time zone.

2011-08-18 Thread Fred Clausen
On 18/08/2011 16:39, Scott Deboy wrote: You can adjust what timezone is used to render timestamps in Chainsaw. Go to current tab menu, tab preferences (or use the context menu available in the tab's table), choose the formatting category and provide a value in the 'timezone of event's field

Chainsaw question

2011-08-10 Thread cscsaba
Hello, I hope I dont disturb this mailing list but webpage of Apache Chainsaw directed me here (http://logging.apache.org/chainsaw/mail-lists.html) So, I would like to generate log4j xml by log4php for Chainsaw, but Chainsaw drops some error during the processing the log file. *The errors

Re: Chainsaw question

2011-08-10 Thread Scott Deboy
this mailing list but webpage of Apache Chainsaw directed me here (http://logging.apache.org/chainsaw/mail-lists.html) So, I would like to generate log4j xml by log4php for Chainsaw, but Chainsaw drops some error during the processing the log file. *The errors are : Parsing error on line

Re: Chainsaw question

2011-08-10 Thread cscsaba
to be present. Briefly, I can use Apache Chainsaw to process this kind of log or not ? Thanks in advance. On Wed, Aug 10, 2011 at 4:15 PM, Scott Deboy scott.de...@gmail.com wrote: The code that parses XML formatted events expects event nodes only. No eventset. I added support for eventset

Re: Chainsaw question

2011-08-10 Thread Scott Deboy
No you can't unless you remove the eventset node. You can process a regular non-XML text log file by configuring chainsaw with a logfilepatternreceiver. Use MESSAGE as the logformat to quickly get the log file in chainsaw. On Aug 10, 2011, at 8:27 AM, cscsaba cscsaba...@gmail.com wrote

Re: Chainsaw question

2011-08-10 Thread cscsaba
Ok, Scott, many thanks for your help and the quick reply. On Wed, Aug 10, 2011 at 4:33 PM, Scott Deboy scott.de...@gmail.com wrote: No you can't unless you remove the eventset node. You can process a regular non-XML text log file by configuring chainsaw with a logfilepatternreceiver. Use

Re: AW: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-27 Thread Jacob Kjome
But in this case we're viewing a previously/currently written log4j file, hence the parsing. If you use a socket appender you can have Chainsaw capture the actual message events, just as you suggest. However, that may not be possible, nor even desirable, in many cases. I'm sure Scott Deboy can

AW: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-26 Thread Stadelmann Josef
be structured it is even hard to write a working parser. Josef -Ursprüngliche Nachricht- Von: Ding, Qin [mailto:qin.d...@jpmchase.com] Gesendet: Montag, 25. Juli 2011 17:28 An: Log4J Users List Betreff: RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage Thank you Scott. It works

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-25 Thread Ding, Qin
there is a plain text entry shown up. I will try sftp again soon. Once again, thank you. QD -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, July 21, 2011 5:04 PM To: Log4J Users List Subject: Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-25 Thread Scott Deboy
You can only specify one format, but you can get the non-matching rows to still be included in the table in Chainsaw by setting AppendNonMatches to 'true' in the configuration file. The non-matching rows will be added to the 'unknown' logger, with the entire line set as the message. Scott

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-25 Thread Ding, Qin
I see. Thank you very much. QD -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Monday, July 25, 2011 11:34 AM To: Log4J Users List Subject: Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage You can only specify one format, but you can get the non

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-22 Thread Jacob Kjome
2011 17:51:26 -0400  Ding, Qin qin.d...@jpmchase.com wrote: Scott: 1. I manually downloaded mylog.log; and define a logfilePatternReceiver within chainsaw. Pointing to mylog.log. after that, it just sits there, I see nothing.  The last entry in the detail panel: setValueAt, 2, 1, value=file:///C

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-22 Thread Ding, Qin
is [TIMESTAMP] LEVEL THREAD (FILE:METHOD:LINE) -MESSAGE I don't know what the filterExpression and customerLevelDefinitions are; so I keep them empty. How can I make the chainsaw parse mylog.log correctly into different columns? QD -Original Message- From: Jacob Kjome [mailto:h...@visi.com

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-22 Thread Scott Deboy
Chainsaw can automatically build a Chainsaw config file from fileappender entries in a log4j appender config file (both log4j.xml and log4j.properties formats)... By the way, I assume you can get sftp processing to work fine now as well, since it looks like you just had incorrect slashes in your

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Ding, Qin
Scott, I downloaded new chainsaw and run it. Still I could not get the log file. Here is the exception trace: Level INFO Logger org.apache.log4j.chainsaw.vfs.VFSLogFilePatternReceiver Time 2011-07-21 08:43:16,361 (ms delta: 328) Thread Thread-3 Message sftp://username:passw...@xxx.yyy.net

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Scott Deboy
Here is a configuration I just used to retrieve a log file from my Mac using the latest developer snapshot of Chainsaw V2 running on Vista. I don't have a known hosts file (or .ssh folder) on my vista box in my home folder or under cygwin home. Modify this configuration and let me know

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Scott Deboy
of Chainsaw V2 running on Vista. I don't have a known hosts file (or .ssh folder) on my vista box in my home folder or under cygwin home. Modify this configuration and let me know if it works for you. The two differences I notice here: 1. I was using an IP address and not a name that needed

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Ding, Qin
To: Log4J Users List Subject: Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage If you are still having problems, the issue may be with your server. VFSLogFilePatternReceiver uses Jakarta Commons VFS, which uses the JSch library to support the 'sftp' protocol. According to their website

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Scott Deboy
to view the static file manually downloaded. Thank you very much. QD -Original Message- From: Scott Deboy [mailto:scott.de...@gmail.com] Sent: Thursday, July 21, 2011 11:36 AM To: Log4J Users List Subject: Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage If you are still

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Ding, Qin
log4j.xml? Yesterday, I have a log4j.xml file defined and placed it in the chainsaw folder. Today, after I download the new chainsaw and started the app, I didn't tell the app where to look for the log4j.xml, but it seems find it from the location (old chainsaw) I defined yesterday. I redefined

RE: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Ding, Qin
Scott: 1. I manually downloaded mylog.log; and define a logfilePatternReceiver within chainsaw. Pointing to mylog.log. after that, it just sits there, I see nothing. The last entry in the detail panel: setValueAt, 2, 1, value=file:///C:\MyDocs\logs\mylog.log, valueClassclass java.lang.String

Re: Help Log4j Chainsaw - VFSLogFilePatternReceiver Usage

2011-07-21 Thread Scott Deboy
Here you go.. 1. start chainsaw 2. Choose the file, load chainsaw configuration menu item 3. When the dialog opens, choose the 'process a log file' option 4. Click the 'open file' button and choose the local file you'd like to process, or manually enter the sftp:// URL you want to use (I'd first

  1   2   3   4   5   6   7   8   9   10   >