Re: What is your release time frame?

2013-12-16 Thread Matt Sicker
://garygregory.com/ Tweet! http://twitter.com/GaryGregory - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa

Re: how to filter JakartaCommonsLoggingImpl's print log

2013-12-21 Thread Matt Sicker
; } it looks so stranger,however other filter seems OK,for instance , logger name=org.springframework level=info /logger logger name=org.jboss.netty level=warn /logger how to fix this problem? -- Matt Sicker boa...@gmail.com

What's the point of logger.catching(e)?

2014-01-06 Thread Matt Sicker
/DynUnit.java Anyway, I'm asking now because I don't see log4j2 even using it internally where appropriate. Is this more of a personal preference thing? -- Matt Sicker boa...@gmail.com

Re: Overlapping Classes

2014-02-07 Thread Matt Sicker
Using an OSGi framework would help. It has separate class loaders for each bundle you install. Check out Apache Felix or Eclipse Equinox or some other implementation. Matt Sicker On Feb 7, 2014, at 16:35, Chris Veal cmv...@gmail.com wrote: I'm using the maven shade plugin with apache-log4j

Re: Overlapping Classes

2014-02-08 Thread Matt Sicker
Actually, let me follow that up with a further question: is this in a log4j 1.2.17 environment only, or is this when paired with log4j 2.0? On 7 February 2014 20:25, Matt Sicker boa...@gmail.com wrote: Using an OSGi framework would help. It has separate class loaders for each bundle you

Re: [ANNOUNCEMENT] Nick Williams joins the Apache Logging PMC

2014-02-19 Thread Matt Sicker
-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: regex to generate a clean text message

2014-03-01 Thread Matt Sicker
by the documentation: http://logging.apache.org/log4j/2.x/manual/filters.html Any and all help is much appreciated. Thank you. -- Matt Sicker boa...@gmail.com

Re: regex to generate a clean text message

2014-03-01 Thread Matt Sicker
/apache/logging-log4j2/blob/trunk/log4j-core/src/test/resources/log4j-replace.xml. It's pretty simple, no Java code required! On 1 March 2014 12:48, Matt Sicker boa...@gmail.com wrote: The regex filter would filter which messages get logged to the configured logger based on regex pattern matching

Re: log4j2 and Hibernate

2014-03-01 Thread Matt Sicker
...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: regex to generate a clean text message

2014-03-01 Thread Matt Sicker
I'd also like to add that you can specify the pattern %replace{pattern}{regex}{substitution} in a PatternLayout as another way of doing this. On 1 March 2014 16:41, Matt Sicker boa...@gmail.com wrote: I'm sorry, I was slightly wrong. You can indeed do exactly what you're looking

Re: [ANNOUNCEMENT] Welcome Matt Sicker

2014-03-03 Thread Matt Sicker
Thanks guys! I'm looking forward to making more direct contributions now! In fact, cleaning up some unit tests was something that's been itching me for a while :) Matt Sicker On Mar 3, 2014, at 7:51, Gary Gregory garydgreg...@gmail.com wrote: Welcome aboard Matt. I'm looking forward

Re: [ANNOUNCEMENT] Welcome Matt Sicker

2014-03-03 Thread Matt Sicker
, Matt Sicker boa...@gmail.com wrote: Thanks guys! I'm looking forward to making more direct contributions now! In fact, cleaning up some unit tests was something that's been itching me for a while :) Matt Sicker On Mar 3, 2014, at 7:51, Gary Gregory garydgreg...@gmail.com wrote

Re: [ANNOUNCEMENT] Welcome Matt Sicker

2014-03-03 Thread Matt Sicker
Thanks! On 3 March 2014 18:02, Ralph Goers ralph.go...@dslextreme.com wrote: I just gave you the committer role. Ralph On Mar 3, 2014, at 3:30 PM, Matt Sicker boa...@gmail.com wrote: Do I get special JIRA permissions, too? On 3 March 2014 17:10, Scott Deboy scott.de...@gmail.com

Re: Share your experiences with log4j.

2014-03-10 Thread Matt Sicker
with the code of our custom logger. As soon as I will have some time I will compare our code with for example https://github.com/alexlod/scribe-log4j-appender HTH Michael Am 10.03.14 01:43, schrieb Matt Sicker: I'd like to hear how you use log4j in your personal projects and work projects

Re: Share your experiences with log4j.

2014-03-11 Thread Matt Sicker
On Monday, 10 March 2014, Michael Wechner michael.wech...@wyona.com wrote: Am 10.03.14 13:34, schrieb Matt Sicker: You should try the async plugin. It's really good at getting out of the way performance wise. is that part of log4j2 (or 1 or both)? I guess you mean http

Re: log4j2 2.0-rc1 issues on AIX

2014-03-20 Thread Matt Sicker
(SleepingWaitStrategy.java:66) 4XESTACKTRACE -- Matt Sicker boa...@gmail.com

Re: log4j2 2.0-rc1 issues on AIX

2014-03-21 Thread Matt Sicker
), and choose SleepingWait as the default. This had the best performance in my testing. Until now I hadn't seen any excessive CPU usage. Sent from my iPhone On 2014/03/20, at 22:10, Matt Sicker boa...@gmail.com wrote: Perhaps lmax disruptor doesn't work properly in the IBM JVM

Re: Running disruptor async performance tests

2014-03-28 Thread Matt Sicker
if I am not passing -throughput in the command-line. I just want to get the latency numbers for now. After that I will worry about throughput. So basically I just want to run the same test you run to see those great numbers on my production machine. Thanks for the help! -Becky -- Matt

Re: Merging log4j2 contexts

2014-03-30 Thread Matt Sicker
heavily. I know in log4j1.2 we could use the DOMConfigurator to parse an additional xml and merge it into the context. James -- Matt Sicker boa...@gmail.com

Slides for my upcoming Introduction to Log4j 2 talk at ApacheCon 2014

2014-04-05 Thread Matt Sicker
I submitted these a bit late due to not noticing when we were supposed to submit them, but I finished them! Attached is a PDF rendering of the slides (hopefully this works). -- Matt Sicker boa...@gmail.com - To unsubscribe, e

Re: Slides for my upcoming Introduction to Log4j 2 talk at ApacheCon 2014

2014-04-05 Thread Matt Sicker
Sicker boa...@gmail.com wrote: I submitted these a bit late due to not noticing when we were supposed to submit them, but I finished them! Attached is a PDF rendering of the slides (hopefully this works). -- Matt Sicker boa...@gmail.com

Re: Slides for my upcoming Introduction to Log4j 2 talk at ApacheCon 2014

2014-04-06 Thread Matt Sicker
at 12:38 PM, Matt Sicker boa...@gmail.com wrote: Naturally. Mailing lists! :fist shaking: https://drive.google.com/file/d/0BxtRBxbkr1dZNEdKTlZJa2ZVM28/edit?usp=sharing Let me know if this link works. On 5 April 2014 22:15, Remko Popma remko.po...@gmail.com wrote: I can't

Re: Slides for my upcoming Introduction to Log4j 2 talk at ApacheCon 2014

2014-04-07 Thread Matt Sicker
: Remko Popma remko.po...@gmail.com Date:04/05/2014 23:42 (GMT-05:00) To: Log4J Users List log4j-user@logging.apache.org Subject: Re: Slides for my upcoming Introduction to Log4j 2 talk at ApacheCon 2014 Yep, I can see that. Thanks! On Sun, Apr 6, 2014 at 12:38 PM, Matt Sicker boa

Re: Compressing only old rollover files

2014-04-09 Thread Matt Sicker
-- Matt Sicker boa...@gmail.com

Re: Issue with log4j and Glassfish

2014-04-15 Thread Matt Sicker
-- Matt Sicker boa...@gmail.com

Re: not lose log events while reload its configuration problem

2014-04-20 Thread Matt Sicker
...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: maven build for source does not work

2014-04-28 Thread Matt Sicker
) The pom file has to be updated to allow for maven-site-plugin 3.3 rather than 3.1 2) The mvm staging step gives a null pointer exception Apache.log4j-1.2.17 Thanks Walter -- Matt Sicker boa...@gmail.com

Re: maven build for source does not work

2014-04-28 Thread Matt Sicker
them even though we are focused on Log4j2. On Apr 28, 2014 4:01 PM, Matt Sicker boa...@gmail.com wrote: We don't maintain 1.2.x anymore. Also, I think you're supposed to use ant to build 1.2. Please check out Log4j 2.0, though, as we're preparing to release that and would like feedback

Re: maven build for source does not work

2014-04-29 Thread Matt Sicker
issues are found we may still address them even though we are focused on Log4j2. On Apr 28, 2014 4:01 PM, Matt Sicker wrote: We don't maintain 1.2.x anymore. Also, I think you're supposed to use ant to build 1.2. Please check out Log4j 2.0, though, as we're preparing to release

Re: Log4j 2 appender for Redis?

2014-04-30 Thread Matt Sicker
April 2014 03:34, Mikael Ståldal mikael.stal...@appearnetworks.comwrote: Are there any appender for Redis for Log4j 2? -- Mikael Ståldal Chief Software Architect *Appear* Phone: +46 8 545 91 572 Email: mikael.stal...@appearnetworks.com -- Matt Sicker boa...@gmail.com

Re: More maven build problems for log4j

2014-05-01 Thread Matt Sicker
. In each case maven libraries could not be found. Thanks wALTER -- Matt Sicker boa...@gmail.com

Re: More maven build problems for log4j

2014-05-01 Thread Matt Sicker
- Internal Use - Confidential Could not build clean target for 1.2.17, could not build install target for 2.0. In each case maven libraries could not be found. Thanks wALTER -- Matt Sicker -- Matt Sicker boa...@gmail.com

Re: Web Service Appender

2014-05-02 Thread Matt Sicker
Wow I can't type good. Thanks. On 1 May 2014 21:42, Ralph Goers rgo...@apache.org wrote: Flume, not Felix. Sent from my iPad On May 1, 2014, at 1:28 PM, Matt Sicker boa...@gmail.com wrote: Your best bets for this are certainly Felix, JMS, or maybe even Syslog (the new RFC version

Re: maven build for source does not work

2014-05-21 Thread Matt Sicker
Just FYI, I was able to get 1.2.17 to build. If you're on Mac OS X, make sure to build it with the Java 1.6 that comes with Mac OS X. On 29 April 2014 09:11, Matt Sicker boa...@gmail.com wrote: You can use 2.0. We're all working on that. On 29 April 2014 08:53, walter_mar...@dellteam.com

Re: [ANNOUNCEMENT] Welcome Bruce Brouwer

2014-05-22 Thread Matt Sicker
: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: shutdownHook and programmatic configuration

2014-06-04 Thread Matt Sicker
on the log4j.configurationFile env variable, I've found that there's not a good way to ensure that there is -- Matt Sicker boa...@gmail.com

Re: shutdownHook and programmatic configuration

2014-06-05 Thread Matt Sicker
DRY logging configurations? How do other people approach this? On Wed, Jun 4, 2014 at 10:32 PM, Matt Sicker boa...@gmail.com wrote: It's supposed to help clean up any resources and commit anything necessary. It sounds like you're having the opposite effect, though. Any details about

Re: Issue of creating and configuring custom appenders

2014-06-05 Thread Matt Sicker
://www.manning.com/bauer3/ JUnit in Action, Second Edition http://www.manning.com/tahchiev/ Spring Batch in Action http://www.manning.com/templier/ Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory -- Matt Sicker boa...@gmail.com

Re: Log4j2 with JBOSS 5

2014-06-06 Thread Matt Sicker
in jboss_home/client/ jboss_home/common/lib Is there anything else I am missing? Any help is much appreciated. Thanks -prash -- Matt Sicker boa...@gmail.com

Re: Make LogEvent implementations Externalizable

2014-07-11 Thread Matt Sicker
: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: All log4j appenders defined in log4j.properties in play

2014-07-11 Thread Matt Sicker
and failed to get any responses. Any resposes appreciated. Regards, Vishal Pore -- Matt Sicker boa...@gmail.com

Re: Converter Plugin not loaded

2014-07-17 Thread Matt Sicker
...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-17 Thread Matt Sicker
...@dslextreme.com wrote: Matt, can you update the documentation to reflect these changes and tell users how to make it work with and without Maven? Ralph On Jul 17, 2014, at 8:31 AM, Matt Sicker boa...@gmail.com wrote: Yeah because it was only used for runtime loading. Now

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-17 Thread Matt Sicker
What do you mean? You can't compile anything using log4j-core in a version of javac older than 1.6. On 17 July 2014 14:40, Jaime Sastre jsas...@globalavl.com wrote: But if you get the wrong versión of javac it wont'be noticed Sent via Xiaomi On Matt Sicker boa...@gmail.com, Jul 17, 2014 9

Re: Any backwards compatibility tool for old log4j.properties?

2014-07-17 Thread Matt Sicker
! -- Matt Sicker boa...@gmail.com

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-17 Thread Matt Sicker
Alright, I've updated the manual to explain the current plugin process. On 17 July 2014 17:17, Jaime Sastre jsas...@globalavl.com wrote: Sorry, I thought 1.5 could compile but services stuff was in 1.6, never mind Sent via Xiaomi On Matt Sicker boa...@gmail.com, Jul 17, 2014 11:50 PM

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-19 Thread Matt Sicker
Removed all those references in configuration.xml.vm, appenders.xml, and filters.xml. On 18 July 2014 11:18, Ralph Goers ralph.go...@dslextreme.com wrote: It would be a good idea to verify it in IntelliJ, Eclipse and NetBeans. Ralph On Jul 18, 2014, at 9:11 AM, Matt Sicker boa...@gmail.com

Re: How do I log into a JavaFX text area?

2014-07-19 Thread Matt Sicker
. What am I doing wrong? 2. Could someone please hand out the code for writing into a JavaFX or Swing element (TextArea would be great) from Log4j2? Kind regards Maciej Skrzetuski -- Matt Sicker boa...@gmail.com

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-19 Thread Matt Sicker
committed yet...) On Sun, Jul 20, 2014 at 9:20 AM, Remko Popma remko.po...@gmail.com wrote: Thanks, Matt! On Sun, Jul 20, 2014 at 4:58 AM, Matt Sicker boa...@gmail.com wrote: Removed all those references in configuration.xml.vm, appenders.xml, and filters.xml. On 18 July

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-19 Thread Matt Sicker
, Jul 20, 2014 at 10:04 AM, Matt Sicker boa...@gmail.com wrote: I removed it a while ago after the annotation processor was duplicating its functionality (in PluginManager). Since an annotation processor can also be run on its own using the java compiler, it didn't make sense to provide

Re: Cannot set up my custom layout in 2.0 (worked in rc1)

2014-07-19 Thread Matt Sicker
will generate plugin metadata during the build. See ... for details. On Sun, Jul 20, 2014 at 10:55 AM, Matt Sicker boa...@gmail.com wrote: Exactly. I think it's good practice to re-build plugins for a library or application with every update, but that's not usually necessary. It would be a good

Re: Converter Plugin not loaded

2014-07-19 Thread Matt Sicker
] [ۘ[[X[ K[XZ[ ]\ \ Z [ [ ˘\ X K ܙ B - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Any backwards compatibility tool for old log4j.properties?

2014-07-19 Thread Matt Sicker
Also, a tool similar to this one: http://logback.qos.ch/translator/ would be rather handy! On 17 July 2014 16:53, Matt Sicker boa...@gmail.com wrote: https://issues.apache.org/jira/browse/LOG4J2-635 Feel free to vote on this, contribute patches, etc. I've spent a little bit of time working

Re: Appenders contains an invalid element or attribute NoSql

2014-07-20 Thread Matt Sicker
the new configuration name of the appender? Thanks, /David -- Matt Sicker boa...@gmail.com

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Matt Sicker
. The TextAreaAppender now looks like this http://pastebin.com/SyzDNhGg and the log4j2.xml like this http://pastebin.com/zF7jPVrL. Kind regards Maciej On 20 July 2014 00:22, Matt Sicker boa...@gmail.com wrote: First of all, you don't need to use the packages attribute

Re: Converter Plugin not loaded

2014-07-20 Thread Matt Sicker
annotation processing in Intellij. Works fine now, thanks. Best Regards, Yair Ogen W: (+972) (0) 2-589-4919 M: (+972) (0) 54-566-4919 -Original Message- From: Matt Sicker [mailto:boa...@gmail.com] Sent: Sunday, July 20, 2014 05:30 To: Log4J Users List Subject: Re

Re: How do I log into a JavaFX text area?

2014-07-20 Thread Matt Sicker
in my Java project. I am not using Maven or Ant for building the project. On 20 July 2014 20:58, Matt Sicker boa...@gmail.com wrote: How are you building this? On 20 July 2014 09:29, Maciej Skrzetuski m.skrzetu...@gmail.com wrote: Hi Ralph, yes, this is the 2.0 release version

Re: Appenders contains an invalid element or attribute NoSql

2014-07-20 Thread Matt Sicker
. Is this intended? /David On Sun, Jul 20, 2014 at 8:55 PM, Matt Sicker boa...@gmail.com wrote: MongoDb is the name. On 20 July 2014 13:44, David KOCH dk...@ezakus.com wrote: Hello, I get this message: Appenders contains an invalid element or attribute NoSql at start-up since

Re: why is AsyncLoggerContextSelector faster?

2014-07-21 Thread Matt Sicker
to AsyncLoggerContextSelector? Thanks! -- Matt Sicker boa...@gmail.com

Re: why is AsyncLoggerContextSelector faster?

2014-07-21 Thread Matt Sicker
! -- Matt Sicker boa...@gmail.com

Re: log4j.properties gets loaded twice causing rollling to fail

2014-07-23 Thread Matt Sicker
also forgotten that json formats were supported. I'll have a look. Thanks! -- Matt Sicker boa...@gmail.com

Re: Logger.setLevel() not supported in 2.0?

2014-07-24 Thread Matt Sicker
- To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Make LogEvent implementations Externalizable

2014-07-29 Thread Matt Sicker
For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Custom ConfigurationFactory not loaded

2014-07-31 Thread Matt Sicker
-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Custom ConfigurationFactory not loaded

2014-07-31 Thread Matt Sicker
cguilla...@hotpads.com wrote: What is the equivalent properties file, considering that I use a custom file format and a custom parser ? Clément On Thu, Jul 31, 2014 at 7:37 PM, Matt Sicker boa...@gmail.com wrote: I think you may still need to set the system property (or equivalent

Re: Log4j 2.x to GELF

2014-08-05 Thread Matt Sicker
...@appearnetworks.com -- Matt Sicker boa...@gmail.com

[ANNOUNCEMENT] Apache Log4j 2.0.1 released

2014-08-05 Thread Matt Sicker
on how to submit bug reports, patches, or suggestions for improvement, see the Apache Apache Log4j 2 website: http://logging.apache.org/log4j/2.x/ -- Matt Sicker boa...@gmail.com

Re: problems with web app and JndiContextSelector

2014-08-06 Thread Matt Sicker
commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Set the file name based on command line args

2014-08-06 Thread Matt Sicker
://www.manning.com/bauer3/ JUnit in Action, Second Edition http://www.manning.com/tahchiev/ Spring Batch in Action http://www.manning.com/templier/ Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory -- Matt Sicker boa...@gmail.com

Re: Set the log level based on command line args

2014-08-06 Thread Matt Sicker
. - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: problems with web app and JndiContextSelector

2014-08-06 Thread Matt Sicker
August 2014 16:31, Mike Calmus m...@calmus.org wrote: I don't know for sure, but based upon my reading online it appears that may be a new feature for 12c which we are not yet using. On Wed, Aug 6, 2014 at 1:33 PM, Matt Sicker boa...@gmail.com wrote: Are system libraries in Weblogic loaded

Re: Logging using log4j.xml 2

2014-08-07 Thread Matt Sicker
-- Matt Sicker boa...@gmail.com

Re: Set the file name based on command line args

2014-08-08 Thread Matt Sicker
or a deep copy? - Another is the more complex and vendor dependent (and unproven) stack walker. Gary On Wed, Aug 6, 2014 at 11:45 PM, Matt Sicker boa...@gmail.com wrote: Hey, it's better than having to use sun.util.Reflection! On 6 August 2014 20:19

Re: Multiple configuration files?

2014-08-08 Thread Matt Sicker
or entity. -- Matt Sicker boa...@gmail.com

Re: how to change logging level for a class at runtime [I]

2014-08-08 Thread Matt Sicker
Is this not what you're looking for? http://logging.apache.org/log4j/2.x/log4j-core/apidocs/org/apache/logging/log4j/core/jmx/LoggerConfigAdminMBean.html On 6 August 2014 22:44, Matt Sicker boa...@gmail.com wrote: I may take a look at this soon as I've been getting into JMX lately at work

Re: Set the file name based on command line args

2014-08-08 Thread Matt Sicker
or wait for 2.1? Up to you. -Remko Gary It solves Arwen's original problem and is generic enough that many users can benefit from it. Sent from my iPhone On 2014/08/09, at 6:40, Matt Sicker boa...@gmail.com wrote: I was thinking it would be easier to create a main() method

Any Apache projects using Log4j2 yet?

2014-08-18 Thread Matt Sicker
I know all the ones I'm interested in haven't added any support yet (other than the ones that already use SLF4J which gives implicit Log4j2 support). Have any other projects picked this up yet? -- Matt Sicker boa...@gmail.com

Re: Any Apache projects using Log4j2 yet?

2014-08-18 Thread Matt Sicker
: I've seen mention for one or two, but I don't remember what they are Sent from my iPad On Aug 18, 2014, at 4:53 PM, Matt Sicker boa...@gmail.com wrote: I know all the ones I'm interested in haven't added any support yet (other than the ones that already use SLF4J which gives implicit

Re: Log4j2 with SL4J Adapter

2014-08-22 Thread Matt Sicker
it with log4j core. Is there any configuration that i have missed ? Thank You! Regards, -Yogesh -- Matt Sicker boa...@gmail.com

Re: log4j2 and ch.qos.logback.core.PropertyDefinerBase

2014-08-22 Thread Matt Sicker
! - To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: problems with web app and JndiContextSelector

2014-08-22 Thread Matt Sicker
share? Thanks. On Wed, Aug 6, 2014 at 11:52 PM, Matt Sicker boa...@gmail.com wrote: Oh, well that wouldn't really help things at this point as I think there are still some strange issues in the OSGi support in Log4j anyhow. I'll see if I can take a look at this since we use the same version

[ANN] Apache Log4j 2.0.2 released

2014-08-22 Thread Matt Sicker
/ -- Matt Sicker boa...@gmail.com

Re: plugin-registration failing

2014-08-22 Thread Matt Sicker
-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: new catching syntax

2014-08-24 Thread Matt Sicker
For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: plugin-registration failing

2014-08-24 Thread Matt Sicker
that, but that does not solve the problem. On Sat, Aug 23, 2014 at 3:45 AM, Matt Sicker boa...@gmail.com wrote: You can specify the packages attribute on the root Configuration element. http://logging.apache.org/log4j/2.x/manual/configuration.html#ConfigurationSyntax On 22 August 2014 18:31, Henrik

Re: Appenders

2014-08-25 Thread Matt Sicker
-- Matt Sicker boa...@gmail.com

Re: Log4j 2, ThreadContext and asynchronous servlets

2014-08-25 Thread Matt Sicker
. -- Mikael Ståldal Chief Software Architect *Appear* Phone: +46 8 545 91 572 Email: mikael.stal...@appearnetworks.com -- Matt Sicker boa...@gmail.com

Re: Appenders

2014-08-27 Thread Matt Sicker
the new one) of my 10 LoggerConfigs? There isn't a simpler way, is there? Clément On Mon, Aug 25, 2014 at 8:58 PM, Matt Sicker boa...@gmail.com wrote: If you reconfigure Log4j at runtime, you can switch over to a new LoggerConfig without losing any messages. If you're holding direct

Re: Custom appender : PluginElement

2014-08-29 Thread Matt Sicker
is on https://github.com/lburgazzoli/Chronicle-Logger/tree/HFT-CLOG-12/logger-log4j-2 What's wrong with my setup? -- Matt Sicker boa...@gmail.com

Re: dynamic appender registration

2014-08-29 Thread Matt Sicker
register/unregister an appender on the root logger (or any user specified logger). The problem though is that I can't find any API (in core or otherwise) that would actually allow this. -- Curtis -- Matt Sicker boa...@gmail.com

Re: Extending Appenders

2014-08-30 Thread Matt Sicker
...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Custom appender : PluginElement

2014-08-31 Thread Matt Sicker
, Matt Sicker boa...@gmail.com wrote: Good to hear it! Is there anything about the documentation you found unclear in that regard? On 30 August 2014 01:44, lb lburgazz...@gmail.com wrote: Yes that was the problem, I forgot to mark it as plugin. Now it works, thank you

Re: Log4j2 with SL4J Adapter

2014-09-02 Thread Matt Sicker
On Friday, August 22, 2014, Matt Sicker boa...@gmail.com javascript:; wrote: Using log4j-to-slf4j is for when you want to use log4j-api but with an slf4j implementation (like logback). log4j-slf4j-impl would allow you to use slf4j-api and have that log

Re: Log4j2's SimpleLogger Implementation Issue for var args method's

2014-09-02 Thread Matt Sicker
...@logging.apache.org For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: org.apache.loggin.log4j.core.pattern.DatePatternConverter blocking

2014-09-03 Thread Matt Sicker
For additional commands, e-mail: log4j-user-h...@logging.apache.org -- Matt Sicker boa...@gmail.com

Re: Log4j 2.x Web app initialization logging

2014-09-04 Thread Matt Sicker
Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory -- Matt Sicker boa...@gmail.com

Re: Log4j 2.x Web app initialization logging

2014-09-04 Thread Matt Sicker
: mikael.stal...@appearnetworks.com -- Matt Sicker boa...@gmail.com

Re: log4j2 Slow Starup

2014-09-05 Thread Matt Sicker
appenders. log4j initialization is taking more than 20 seconds. java stack trace is showing PluginManager.collectPlugins code. Is there any way to reduce the startup time? Is it possible to disable the plugin find process? Thanks Kumar -- Matt Sicker boa...@gmail.com

Re: Custom appender : PluginElement

2014-09-06 Thread Matt Sicker
BinaryIndexedChronicle contains an invalid element or attribute chronicleConfig 2014-09-06 14:22:26,348 ERROR TextIndexedChronicle contains an invalid element or attribute chronicleConfig On Sun, Aug 31, 2014 at 8:33 PM, Matt Sicker boa...@gmail.com wrote: I think you can use different values

Re: [survey] What version of Java do you use?

2014-09-08 Thread Matt Sicker
://www.manning.com/tahchiev/ Spring Batch in Action http://www.manning.com/templier/ Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory -- Matt Sicker boa...@gmail.com

  1   2   3   4   5   >