[jira] [Created] (LOG4J2-1865) Many Issues with SyslogAppender: Unable to Send Stack Traces Over SyslogAppender using TCP, AppenderComponentBuilder lacks LoggerFields

2017-04-03 Thread aaaaaaaa (JIRA)
created LOG4J2-1865: Summary: Many Issues with SyslogAppender: Unable to Send Stack Traces Over SyslogAppender using TCP, AppenderComponentBuilder lacks LoggerFields Key: LOG4J2-1865 URL: https

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2017-03-03 Thread ASF GitHub Bot (JIRA)
ssue: https://github.com/apache/logging-log4j2/pull/46 LOG4J2-969 was closed. Is this patch still necessary? > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 >

Re: SyslogAppender parameter name change

2017-02-04 Thread Remko Popma
Thanks Matt! Sam, can you check if this resolves the issue? Sent from my iPhone > On Feb 4, 2017, at 14:49, Matt Sicker wrote: > > I see. There were a couple issues with @PluginAliases for SyslogAppender > specifically. Fixed in master. > >> On 3 February 2017 at 10:2

Re: SyslogAppender parameter name change

2017-02-03 Thread Matt Sicker
I see. There were a couple issues with @PluginAliases for SyslogAppender specifically. Fixed in master. On 3 February 2017 at 10:23, Matt Sicker wrote: > Plugins can have aliases via @PluginAliases (see for example < > https://github.com/apache/logging-log4j2/blob/master/ > log4j-c

Re: SyslogAppender parameter name change

2017-02-03 Thread Matt Sicker
gt; >> It appears that change was part of this commit: >> >> commit ed828be67a23ee3513cafc9d2fd0ff16a26c7013 >> Author: Gary Gregory >> Date: Mon Nov 14 15:11:47 2016 -0800 >> >> [LOG4J2-1709] >> >> Add a Builder

Re: SyslogAppender parameter name change

2017-02-02 Thread Gary Gregory
following error: > > ERROR Syslog contains an invalid element or attribute > "reconnectionDelayMillis" > > > It appears that change was part of this commit: > > commit ed828be67a23ee3513cafc9d2fd0ff16a26c7013 > Author: Gary Gregory > Date: Mon Nov 14

Re: SyslogAppender parameter name change

2017-02-02 Thread Remko Popma
> It appears that change was part of this commit: > > commit ed828be67a23ee3513cafc9d2fd0ff16a26c7013 > Author: Gary Gregory > Date: Mon Nov 14 15:11:47 2016 -0800 > > [LOG4J2-1709] > > Add a Builder to SyslogAppender and deprecate > S

SyslogAppender parameter name change

2017-02-02 Thread Sam Beroz
t: commit ed828be67a23ee3513cafc9d2fd0ff16a26c7013 Author: Gary Gregory Date: Mon Nov 14 15:11:47 2016 -0800 [LOG4J2-1709] Add a Builder to SyslogAppender and deprecate SyslogAppender.createAppender(). The documentation (https://logging.apache.org/lo g4j/2.x/manual/appe

[jira] [Closed] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2016-12-12 Thread Gary Gregory (JIRA)
}} element for a {{SyslogAppender}} which will override the {{format}} setting. > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: https://issues.apache.

[jira] [Reopened] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2016-12-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reopened LOG4J2-969: - Assignee: Gary Gregory > Refactor SyslogAppender so that Layout is a Plugin elem

[jira] [Closed] (LOG4J2-1709) Add a Builder to SyslogAppender and deprecate SyslogAppender.createAppender().

2016-11-14 Thread Gary Gregory (JIRA)
Add a Builder to SyslogAppender and deprecate SyslogAppender.createAppender(). > -- > > Key: LOG4J2-1709 > URL: https://issues.apache.org/jira/browse/LOG4J2-1709 >

[jira] [Created] (LOG4J2-1709) Add a Builder to SyslogAppender and deprecate SyslogAppender.createAppender().

2016-11-14 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1709: Summary: Add a Builder to SyslogAppender and deprecate SyslogAppender.createAppender(). Key: LOG4J2-1709 URL: https://issues.apache.org/jira/browse/LOG4J2-1709

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2016-10-05 Thread ASF GitHub Bot (JIRA)
sage: This closes #46 commit d0882fab96f9fcaa2764a3c6d5348b2fe7005f8e Author: Dominique Villard Date: 2016-10-05T13:25:00Z add configurable syslog layout > Refactor SyslogAppender so that Layout is a Plugin

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2016-09-16 Thread James Park (JIRA)
oned above, is the TAG field being logged by log4j2? i.e. If my xml uses and my slf4j logger writes "app msg1 msg2 msg3" using log4j2, I only see "msg1 msg2 msg3" in syslog? > Refactor SyslogAppender so that

[jira] [Commented] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2016-07-23 Thread Matt Sicker (JIRA)
ased (probably from before 2.0-alpha1 even). Strange that this issue would have been reported in the first place, then. > Parameter of mdcId in SyslogAppender has no default value. > -- > > Key: LOG4J2-922 >

[jira] [Closed] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2016-07-23 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory closed LOG4J2-969. --- Resolution: Workaround Closing as "Workaround" (see comments). > Refactor SyslogApp

[jira] [Comment Edited] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2016-07-23 Thread Gary Gregory (JIRA)
eNewLine = includeNL == null ? false : Boolean.valueOf(includeNL); +if (mdcId == null) { +mdcId = DEFAULT_MDCID; +} return new RFC5424Layout(f, id, enterpriseNumber, isMdc, includeNewLine, mdcId, appName, msgId, excludes, - include

[jira] [Resolved] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2016-07-23 Thread Gary Gregory (JIRA)
rsion. > Parameter of mdcId in SyslogAppender has no default value. > -- > > Key: LOG4J2-922 > URL: https://issues.apache.org/jira/browse/LOG4J2-922 > Project: Log4j 2 >

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-17 Thread Paul D Johe (JIRA)
quot;newLineEscape") final String escapeNL, @PluginAttribute(value = "charset", defaultString = "ISO-8859-1") final Charset charset, @PluginAttribute(value = "pattern") String patter

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-13 Thread rick (JIRA)
ix for the facility/priority I need. Hacky but it seems to work. But for this kind of issue I think maybe allowing chained layouts or something would help. Syslog appender could actually just add a messageLayout element that could be a pattern that does the initial formatting. > Refactor Sysl

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-13 Thread Gary Gregory (JIRA)
cket layout? > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: https://issues.apache.org/jira/browse/LOG4J2-969 > Project: Log4j 2

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-13 Thread rick (JIRA)
d syslog/remote) but also use the regex inside to mask credit card numbers. > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: http

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-12 Thread Ralph Goers (JIRA)
ot; is to just use the SocketAppender with a Layout. > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: https://issues.apache.org/jira/browse/LOG

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-08 Thread Gary Gregory (JIRA)
iguration examples was all you needed? > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: https://issues.apache.org/jira/browse/LOG4J2-969 >

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-08 Thread Gary Gregory (JIRA)
outs. > Refactor SyslogAppender so that Layout is a Plugin element > --- > > Key: LOG4J2-969 > URL: https://issues.apache.org/jira/browse/LOG4J2-969 > Project: Log4j 2 >

[jira] [Updated] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-969: Summary: Refactor SyslogAppender so that Layout is a Plugin element (was: Refactor SyslogAppender

[jira] [Comment Edited] (LOG4J2-969) Refactor SyslogAppender so that Layout is an PluginElement

2015-09-08 Thread Michele Palmia (JIRA)
yslog appender? Can you recommend any way to accomplish custom body messages in SyslogAppender, just through configuration files? @paul, could you share your custom BsdLayout? was (Author: micpalmia): I also need to format the body part of the Syslog message and I'm quite frustrated by how ha

[jira] [Comment Edited] (LOG4J2-969) Refactor SyslogAppender so that Layout is an PluginElement

2015-09-08 Thread Michele Palmia (JIRA)
yslog appender? Can you recommend any way to accomplish custom body messages in SyslogAppender, just through configuration files? @paul, could you share your custom BsdSyslogLayout? was (Author: micpalmia): I also need to format the body part of the Syslog message and I'm quite frustrated by

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is an PluginElement

2015-09-08 Thread Michele Palmia (JIRA)
omplish custom body messages in SyslogAppender, just through configuration files? > Refactor SyslogAppender so that Layout is an PluginElement > -- > > Key: LOG4J2-969 > URL: https://issues.apac

[jira] [Commented] (LOG4J2-1072) Parameter mdcId is missing in documentation of SyslogAppender

2015-06-29 Thread Gary Gregory (JIRA)
dcId is missing in documentation of SyslogAppender > - > > Key: LOG4J2-1072 > URL: https://issues.apache.org/jira/browse/LOG4J2-1072 > Project: Log4j 2 > Issue Type:

[jira] [Created] (LOG4J2-1072) Parameter mdcId is missing in documentation of SyslogAppender

2015-06-29 Thread JIRA
Martin Schröder created LOG4J2-1072: --- Summary: Parameter mdcId is missing in documentation of SyslogAppender Key: LOG4J2-1072 URL: https://issues.apache.org/jira/browse/LOG4J2-1072 Project: Log4j 2

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-11 Thread Guillaume Turri (JIRA)
the failover mechanism. Good catch! > When SyslogAppender can't find inetAddress at startup, it will never try to > reconnect > - > > Key: LOG4J2-1047 > URL: htt

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-11 Thread Gary Gregory (JIRA)
pender to kick in... Fun stuff. Requires more thought. > When SyslogAppender can't find inetAddress at startup, it will never try to > reconnect > - > > Key: LOG4J2-1047

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-10 Thread Guillaume Turri (JIRA)
ata.immediateFail, data.layout); } } -- 1.9.1 {code} > When SyslogAppender can't find inetAddress at startup, it will never try to > reconnect > - > > Key: LOG4J2-1047

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-10 Thread Gary Gregory (JIRA)
file that applies cleanly on top of Git master? > When SyslogAppender can't find inetAddress at startup, it will never try to > reconnect > - > > Key: LOG4J2-1047 >

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-10 Thread Gary Gregory (JIRA)
the middle of an app is a different issue. It does seem like some kind of configurable timeout should kick-in. Whatever solution should also work with the failover appender. > When SyslogAppender can't find inetAddress at startup, it will never try to

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-10 Thread Guillaume Turri (JIRA)
server which is receiving the messages. Actually it feels like when some buffer is full, then the timeout isn't respected. Is it an issue you're aware of? Should I open another ticket? > When SyslogAppender can't find inetAddre

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-10 Thread Guillaume Turri (JIRA)
etAddress, the behavior is exactly the same as before. (The rest of the patch is just plumbing). So, in the scenario you describe, since we launch the program with the network on, then the InetAddress is derived since the beginning, so the behavior isn&#x

[jira] [Commented] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-09 Thread Gary Gregory (JIRA)
t; When SyslogAppender can't find inetAddress at startup, it will never try to > reconnect > - > > Key: LOG4J2-1047 > URL: https://issues.apache.

[jira] [Updated] (LOG4J2-1047) When SyslogAppender can't find inetAddress at startup, it will never try to reconnect

2015-06-09 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-1047: - Summary: When SyslogAppender can't find inetAddress at startup, it will never try to reco

[jira] [Updated] (LOG4J2-969) Refactor SyslogAppender so that Layout is an PluginElement

2015-06-08 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-969: Summary: Refactor SyslogAppender so that Layout is an PluginElement (was: Refactor syslogappender

[jira] [Comment Edited] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-05 Thread Paul D Johe (JIRA)
Appender instead together with our own BsdSyslogLayout to solve our needs. Thank you for the tip! Maybe add to the log4j2 SyslogAppender documentation that the following are equivalent: |{code}

[jira] [Commented] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-05 Thread Paul D Johe (JIRA)
own BsdSyslogLayout to solve our needs. Thank you for the tip! Maybe add to the log4j2 SyslogAppender documentation that the following are equivalent: |{code} {code}|{code}

[jira] [Commented] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-04 Thread Ralph Goers (JIRA)
eady seems like it was answered correctly. The SyslogAppender does not accept arbitrary layouts because it is intended to conform to either the original syslog format or RFC 5424. No other Layout should be permitted. The SyslogAppender is really nothing more than the SocketAppender with one of t

[jira] [Commented] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-04 Thread Paul D Johe (JIRA)
MDC (thread context) data to the old BSD formats. So I was going to create my own BsdSyslogLayout class that has a pattern (like the PatternLayout). The way the code is now, the SyslogAppender layout parameter is not extendable at all. (The new log4j2 plugin system is brilliant by the way!) Further

[jira] [Commented] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-03 Thread Gary Gregory (JIRA)
orce all current users to rewrite their config files? I suppose you could add a layout argument and use that as an alternative until we want to impose the pain of telling users to rewrite config files. > Refactor syslogappender so that Layout is an Plugin

[jira] [Commented] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-03 Thread Paul D Johe (JIRA)
the protocol of SyslogAppender is SSL and the layout is of type RFC5424 does not have useTlsMessageFormat=true. > Refactor syslogappender so that Layout is an PluginElement > -- > > Key: LOG4J2-969 >

[jira] [Created] (LOG4J2-969) Refactor syslogappender so that Layout is an PluginElement

2015-03-03 Thread Paul D Johe (JIRA)
Paul D Johe created LOG4J2-969: -- Summary: Refactor syslogappender so that Layout is an PluginElement Key: LOG4J2-969 URL: https://issues.apache.org/jira/browse/LOG4J2-969 Project: Log4j 2 Issue

[jira] [Updated] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2014-12-16 Thread angus.aqlu (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angus.aqlu updated LOG4J2-922: -- Affects Version/s: (was: 2.1) > Parameter of mdcId in SyslogAppender has no default va

[jira] [Updated] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2014-12-16 Thread angus.aqlu (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angus.aqlu updated LOG4J2-922: -- Fix Version/s: (was: 2.2) > Parameter of mdcId in SyslogAppender has no default va

[jira] [Created] (LOG4J2-922) Parameter of mdcId in SyslogAppender has no default value.

2014-12-16 Thread angus.aqlu (JIRA)
angus.aqlu created LOG4J2-922: - Summary: Parameter of mdcId in SyslogAppender has no default value. Key: LOG4J2-922 URL: https://issues.apache.org/jira/browse/LOG4J2-922 Project: Log4j 2 Issue

[jira] [Resolved] (LOG4J2-901) Update docs for SyslogAppender: "No structured id name was supplied"

2014-11-29 Thread Gary Gregory (JIRA)
ate docs for SyslogAppender: "No structured id name was supplied" > > > Key: LOG4J2-901 > URL: https://issues.apache.org/jira/browse/LOG4J2-901 > Project: Log4j

[jira] [Updated] (LOG4J2-901) Update docs for SyslogAppender: "No structured id name was supplied"

2014-11-29 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-901: Summary: Update docs for SyslogAppender: "No structured id name was supplied" (was: Sysl

[jira] [Commented] (LOG4J2-901) SyslogAppender not working - "No structured id name was supplied"

2014-11-28 Thread Siegfried Greisinger (JIRA)
tion is not up-to-date. A mdcId is needed in the xml config. Answer can be found here: http://stackoverflow.com/questions/26978520/log4j2-syslogappender-not-working/27024698#27024698 > SyslogAppender not working - "No structured id name

[jira] [Updated] (LOG4J2-901) SyslogAppender not working - "No structured id name was supplied"

2014-11-18 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tihomir Meščić updated LOG4J2-901: -- Summary: SyslogAppender not working - "No structured id name was supplied&qu

[jira] [Created] (LOG4J2-901) SyslogAppender not working

2014-11-18 Thread JIRA
Tihomir Meščić created LOG4J2-901: - Summary: SyslogAppender not working Key: LOG4J2-901 URL: https://issues.apache.org/jira/browse/LOG4J2-901 Project: Log4j 2 Issue Type: Bug

[jira] [Comment Edited] (LOG4J2-895) Specify the SyslogAppender connect timeout value as part of the configuration

2014-11-17 Thread Gary Gregory (JIRA)
1 AM: --- In git master. The new appender takes a new parameter {{connectTimeoutMillis}}. was (Author: garydgregory): In git master. > Specify the SyslogAppender connect timeout value as part of the config

[jira] [Resolved] (LOG4J2-895) Specify the SyslogAppender connect timeout value as part of the configuration

2014-11-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-895. - Resolution: Fixed Fix Version/s: 2.2 In git master. > Specify the SyslogAppender conn

[jira] [Updated] (LOG4J2-895) Specify the SyslogAppender connect timeout value as part of the configuration

2014-11-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated LOG4J2-895: Summary: Specify the SyslogAppender connect timeout value as part of the configuration (was

[jira] [Commented] (LOG4J2-895) Specify the SyslogAppender timeout value as part of the configuration

2014-11-17 Thread Sam Beroz (JIRA)
ed a more immediate fix. - Sam > Specify the SyslogAppender timeout value as part of the configuration > - > > Key: LOG4J2-895 > URL: https://issues.apache.org/jira/browse/LOG4J2-895 >

[jira] [Assigned] (LOG4J2-895) Specify the SyslogAppender timeout value as part of the configuration

2014-11-17 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory reassigned LOG4J2-895: --- Assignee: Gary Gregory > Specify the SyslogAppender timeout value as part of

[jira] [Updated] (LOG4J2-895) Specify the SyslogAppender timeout value as part of the configuration

2014-11-17 Thread Sam Beroz (JIRA)
the SyslogAppender doesn't provide a way to override the default socket timeout. This resulted in my application noticeably hanging on startup when waiting for the socket to timeout. As a short term fix I created an extension largely based on the SyslogAppender that includes the conne

[jira] [Updated] (LOG4J2-894) AsyncAppender throws ConfigurationException when wrapped SyslogAppender fails

2014-11-17 Thread Sam Beroz (JIRA)
ps is unavailable. My work around is to always also include an appender that I know to be available. I've got a SyslogAppender that sends logs to a remote EC2 box and I've wrapped it in an AsyncAppender. The log traffic's is just to monitor the state of the application and it&#

[jira] [Commented] (LOG4J2-895) Specify the SyslogAppender timeout value as part of the configuration

2014-11-17 Thread Gary Gregory (JIRA)
nder? That will make it clearer to see what you want to do and if it works with your changes ;-) Thank you! Gary > Specify the SyslogAppender timeout value as part of the configuration > - > >

[jira] [Created] (LOG4J2-895) Specify the SyslogAppender timeout value as part of the configuration

2014-11-17 Thread Sam Beroz (JIRA)
Sam Beroz created LOG4J2-895: Summary: Specify the SyslogAppender timeout value as part of the configuration Key: LOG4J2-895 URL: https://issues.apache.org/jira/browse/LOG4J2-895 Project: Log4j 2

[jira] [Created] (LOG4J2-894) AsyncAppender throws ConfigurationException when wrapped SyslogAppender fails

2014-11-17 Thread Sam Beroz (JIRA)
Sam Beroz created LOG4J2-894: Summary: AsyncAppender throws ConfigurationException when wrapped SyslogAppender fails Key: LOG4J2-894 URL: https://issues.apache.org/jira/browse/LOG4J2-894 Project: Log4j 2

[Bug 35743] SyslogAppender throws a NullPointerException upon misconfiguration

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=35743 --- Comment #7 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bugz

[jira] [Updated] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-06 Thread Tibor Benke (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Benke updated LOG4J2-338: --- Attachment: documentation_notes.patch > Add TLS support to SyslogAppen

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-06 Thread Tibor Benke (JIRA)
the documentation and I'm going to attach the patch. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jira/browse/LOG4J2-338 > Project: Log4j 2

[jira] [Resolved] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-05 Thread Ralph Goers (JIRA)
(mainly missing license headers, missing javadoc and doc, and integration with other changes that had been committed). Please verify and close. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 >

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-04 Thread Gary Gregory (JIRA)
mods, please see that ticket. I added a few questions on related code to that issue as well. Gary > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jir

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-04 Thread Tibor Benke (JIRA)
t to wait until LOG4J2-355 will be applied, because it will broke again this patch and I don't want to recreate it too many times. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: h

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-03 Thread Ralph Goers (JIRA)
ting. All the files were missing license headers and I have to fix some checkstyle issues and create some documentation. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://iss

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-03 Thread Gary Gregory (JIRA)
the current version of trunk please? Thank you, Gary > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jira/browse/LOG4J2-338 > Project: Log4j 2

[jira] [Commented] (LOG4J2-338) Add TLS support to SyslogAppender

2013-09-03 Thread Tibor Benke (JIRA)
the log4j2 contained this feature in the GA release. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jira/browse/LOG4J2-338 > Project: Log4j 2

[jira] [Comment Edited] (LOG4J2-338) Add TLS support to SyslogAppender

2013-08-08 Thread Tibor Benke (JIRA)
It contains the patch, the certificates to test and a sample log4j2.xml configuration. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jir

[jira] [Updated] (LOG4J2-338) Add TLS support to SyslogAppender

2013-08-08 Thread Tibor Benke (JIRA)
log4j2.xml configuration. > Add TLS support to SyslogAppender > - > > Key: LOG4J2-338 > URL: https://issues.apache.org/jira/browse/LOG4J2-338 > Project: Log4j 2 > Is

[jira] [Created] (LOG4J2-338) Add TLS support to SyslogAppender

2013-08-08 Thread Tibor Benke (JIRA)
Tibor Benke created LOG4J2-338: -- Summary: Add TLS support to SyslogAppender Key: LOG4J2-338 URL: https://issues.apache.org/jira/browse/LOG4J2-338 Project: Log4j 2 Issue Type: New Feature

[jira] [Closed] (LOG4J2-183) SyslogAppender and remote rsyslog server

2013-04-27 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers closed LOG4J2-183. -- > SyslogAppender and remote rsyslog ser

SyslogAppender and remote rsyslog server

2013-04-10 Thread eric.savidan
Hello, I send Tomcat logs to a remote rsyslog server via a SyslogAppender. My appender configuration is the following : The rsyslog server receives correctly the Tomcat logs but the rsyslog $hostname variable contains the IP address of the Tomcat

[Bug 54815] SyslogAppender and remote rsyslog server

2013-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54815 grobmeier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54815] SyslogAppender and remote rsyslog server

2013-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54815 --- Comment #1 from grobmeier --- Hello thanks for your question. We use Bugzilla only for issues, not for support. Could you please subscribe to [email protected] (done with sending a blank mail to: log4j-dev-subscr...@logging

[Bug 54818] New: SyslogAppender tag does not support non-alphanumeric characters.

2013-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54818 Bug ID: 54818 Summary: SyslogAppender tag does not support non-alphanumeric characters. Product: Log4j Version: 1.2.18 Hardware: PC OS: Linux

[Bug 54815] New: SyslogAppender and remote rsyslog server

2013-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54815 Bug ID: 54815 Summary: SyslogAppender and remote rsyslog server Product: Log4j Version: 1.2 Hardware: Other OS: Linux Status: NEW Severity: normal

[jira] [Resolved] (LOG4J2-183) SyslogAppender and remote rsyslog server

2013-03-25 Thread Ralph Goers (JIRA)
Log4j 2.x. > SyslogAppender and remote rsyslog server > > > Key: LOG4J2-183 > URL: https://issues.apache.org/jira/browse/LOG4J2-183 > Project: Log4j 2 >

[jira] [Created] (LOG4J2-183) SyslogAppender and remote rsyslog server

2013-03-25 Thread Eric Savidan (JIRA)
Eric Savidan created LOG4J2-183: --- Summary: SyslogAppender and remote rsyslog server Key: LOG4J2-183 URL: https://issues.apache.org/jira/browse/LOG4J2-183 Project: Log4j 2 Issue Type: Question

[jira] [Closed] (LOG4J2-101) Attribute "format" for SyslogAppender is mandatory

2012-10-22 Thread Emanuele Colombo (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emanuele Colombo closed LOG4J2-101. --- The problem is now solved. Thanks! > Attribute "format" for Sysl

[jira] [Resolved] (LOG4J2-101) Attribute "format" for SyslogAppender is mandatory

2012-10-19 Thread Ralph Goers (JIRA)
1400254. Please verify and close. > Attribute "format" for SyslogAppender is mandatory > -- > > Key: LOG4J2-101 > URL: https://issues.apache.org/jira/browse/LOG4J2-101 >

[jira] [Created] (LOG4J2-101) Attribute "format" for SyslogAppender is mandatory

2012-10-19 Thread Emanuele Colombo (JIRA)
Emanuele Colombo created LOG4J2-101: --- Summary: Attribute "format" for SyslogAppender is mandatory Key: LOG4J2-101 URL: https://issues.apache.org/jira/browse/LOG4J2-101 Projec

[Bug 46626] Log4J SyslogAppender does not handle the TAG field

2012-05-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 Mathieu Rozieres changed: What|Removed |Added URL|http://mrozieres.free.fr/de |https://issues.apache.org/b

[Bug 46626] Log4J SyslogAppender does not handle the TAG field

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 Gary Gregory changed: What|Removed |Added Target Milestone|--- |1.2.18 -- You are receiving this m

[Bug 46626] Log4J SyslogAppender does not handle the TAG field

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 Gary Gregory changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 46626] Log4J SyslogAppender does not handle the TAG field

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 Gary Gregory changed: What|Removed |Added Summary|Log4J SyslogAppender does |Log4J SyslogAppender does

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #7 from Steven Willis --- (In reply to comment #6) > Hi Steven, > > Thank you for the new patch. > > If APP-NAME is the current term, shouldn't the ivar be called 'appName' > instead of 'tag'? > > Gary Well, this class is s

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #6 from Gary Gregory --- Hi Steven, Thank you for the new patch. If APP-NAME is the current term, shouldn't the ivar be called 'appName' instead of 'tag'? Gary -- You are receiving this mail because: You are the assignee f

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 Steven Willis changed: What|Removed |Added Attachment #28801|0 |1 is obsolete|

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-24 Thread bugzilla
ages, for example: http://tools.ietf.org/html/rfc5424 the TAG (now called APP-NAME) field has been moved into the header. Because, frankly, it makes more sense there. The problem is that when a stack trace is sent along with a log message, the SyslogAppender sends each line of the stack trace as a s

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #3 from Gary Gregory --- Hm... I also read: "The TAG is a string of ABNF alphanumeric characters that MUST NOT exceed 32 characters." This patch does not truncate the Java String. Am I looking at the right spec? -- You are

[Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46626 --- Comment #2 from Gary Gregory --- I wonder if some of the code in the patch is in the wrong place. In "4.1.3 MSG Part of a syslog Packet" from https://tools.ietf.org/html/rfc3164 I read: "The MSG part has two fields known as the TAG f

RE: [Bug 46626] Log4J SyslogAppender does not handle TAG correctly

2012-05-22 Thread Steven Willis
holding all conversation regarding this bug through bugzilla? -Steven Willis From: [email protected] [mailto:[email protected]] Sent: Thursday, May 17, 2012 2:21 PM To: [email protected] Subject: [Bug 46626] Log4J SyslogAppender does not handle TAG correctly Steven Willis<mailto:on

  1   2   3   >