Re: How to deploy the site

2016-05-26 Thread Matt Sicker
That's actually a great idea. I've used it before and it's pretty simple (plus committing something as large as the site to git is much faster than svn). On 26 May 2016 at 09:23, Ralph Goers wrote: > I will just keep using github.io. It is pretty quick and painless. > > Ralph > > On May 26, 201

Re: How to deploy the site

2016-05-26 Thread Ralph Goers
I will just keep using github.io . It is pretty quick and painless. Ralph > On May 26, 2016, at 7:00 AM, Matt Sicker wrote: > > Mac version of fuse: https://osxfuse.github.io/ > > I do remember infra offering to set up project VMs for whatever,

Re: How to deploy the site

2016-05-26 Thread Matt Sicker
Mac version of fuse: https://osxfuse.github.io/ I do remember infra offering to set up project VMs for whatever, but I wasn't sure who from a project could request it. Could be useful for next time. On 26 May 2016 at 02:44, Mikael Ståldal wrote: > You can also use SSHFS: https://github.com/libf

Re: How to deploy the site

2016-05-26 Thread Mikael Ståldal
You can also use SSHFS: https://github.com/libfuse/sshfs On Thu, May 26, 2016 at 6:02 AM, Remko Popma wrote: > With sftp you can recursively copy directories with > put -r * > > (I did initially have some trouble though, I think it didn't descend down > the hierarchy. I probably did something wr

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
On Wed, May 25, 2016 at 9:53 PM, Remko Popma wrote: > To verify the release, do you build from the source artifacts? Do you use > maven? > That's what I usually do, get the src zip file and try to build it all. Gary > > Sent from my iPhone > > > On 2016/05/26, at 13:12, Ralph Goers wrote: >

Re: How to deploy the site

2016-05-25 Thread Remko Popma
To verify the release, do you build from the source artifacts? Do you use maven? Sent from my iPhone > On 2016/05/26, at 13:12, Ralph Goers wrote: > > From the Infra instructions it sounds like they really don’t want us doing > this anyway. I am getting the feeling they only want us to have a

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
From the Infra instructions it sounds like they really don’t want us doing this anyway. I am getting the feeling they only want us to have a few personal pages. I suppose we could also figure out how to deploy the site to Nexus. Ralph > On May 25, 2016, at 9:02 PM, Remko Popma wrote: > > With

Re: How to deploy the site

2016-05-25 Thread Remko Popma
With sftp you can recursively copy directories with put -r * (I did initially have some trouble though, I think it didn't descend down the hierarchy. I probably did something wrong, can't remember exactly...) Also, I had to change permissions for everything afterwards. The -p option may help w

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I used github.io instead. It took me about 30 seconds. I wish I could deploy the real site this way. svn is much slower. Ralph > On May 25, 2016, at 7:41 PM, Ralph Goers wrote: > > I refuse to do that. Our site is too big. If I have to I will find somewhere > else. > > R

Re: How to deploy the site

2016-05-25 Thread Ralph Goers
I refuse to do that. Our site is too big. If I have to I will find somewhere else. Ralph > On May 25, 2016, at 7:40 PM, Gary Gregory wrote: > > There is no shell access to home.a.o. I used Filezilla to preview the site > for Commons CSV, painful but it works, one file at a time... > > Gary

Re: How to deploy the site

2016-05-25 Thread Gary Gregory
There is no shell access to home.a.o. I used Filezilla to preview the site for Commons CSV, painful but it works, one file at a time... Gary On May 25, 2016 7:33 PM, "Ralph Goers" wrote: > Now that we only have home.apache.org I have no idea how to deploy the > site for review. I can transfer th

Re: How to log to a regular file without using levels (warn, info, etc) ?

2014-08-04 Thread Ralph Goers
Yes. Use a Marker on your Audit events and then add a global filter that accepts events with those Markers. Ralph On Aug 4, 2014, at 8:00 AM, Matt Sicker wrote: > Take a look at the EventLogger: > > http://logging.apache.org/log4j/2.x/manual/eventlogging.html > > Javadocs: > http://logging.

Re: How to log to a regular file without using levels (warn, info, etc) ?

2014-08-04 Thread Matt Sicker
Take a look at the EventLogger: http://logging.apache.org/log4j/2.x/manual/eventlogging.html Javadocs: http://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/EventLogger.html http://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/message/StructuredD

Re: How to use a PluginAttribute for a byte[]

2014-05-27 Thread Matt Sicker
Ooh that sounds pretty neat! On 27 May 2014 19:38, Gary Gregory wrote: > > I have a working experiment to encrypt a FileAppender on the fly, as > opposed to after the fact, during a rollover for example (which is still > valuable of course). > > To do this I added a CipherConfiguration (not in

Re: How to use a PluginAttribute for a byte[]

2014-05-27 Thread Gary Gregory
I have a working experiment to encrypt a FileAppender on the fly, as opposed to after the fact, during a rollover for example (which is still valuable of course). To do this I added a CipherConfiguration (not in SVN, which wraps a Cipher) parameter to the FileAppender factory method. If null, no e

Re: How to use a PluginAttribute for a byte[]

2014-05-27 Thread Remko Popma
Interesting. May I ask what the plugin is for? Sent from my iPhone > On 2014/05/28, at 8:45, Gary Gregory wrote: > > I would like a Plugin I am currently writing to take a byte[] as the type of > a PluginAttribute. > > In the untyped version of our system, I would type the PluginAttribute as

Re: How to use a PluginAttribute for a byte[]

2014-05-27 Thread Matt Sicker
Both ways of doing it are handleable by the implementation of TypeConverter you make. Though I don't think you can use arrays in generics. I do like the idea of the base64 bit, though! On 27 May 2014 18:45, Gary Gregory wrote: > I would like a Plugin I am currently writing to take a byte[] as t

Re: How to proceed on LoggerStream API

2014-04-09 Thread Matt Sicker
Removed said code. On 9 April 2014 06:27, Bruce Brouwer wrote: > As I still do not have the ability to commit code, the best I can do is > provide a patch. I will provide an updated patch putting this all in a new > module. > > In the mean time, could someone apply the patch on the JIRA that re

Re: How to proceed on LoggerStream API

2014-04-09 Thread Bruce Brouwer
As I still do not have the ability to commit code, the best I can do is provide a patch. I will provide an updated patch putting this all in a new module. In the mean time, could someone apply the patch on the JIRA that removes the current streaming code? On Apr 8, 2014 10:58 PM, "Ralph Goers" wr

Re: How to proceed on LoggerStream API

2014-04-08 Thread Ralph Goers
I would recommend pulling it out and moving it to its own module on a separate branch until we are happy with it. Do you have the stack tests so I can run them? Ralph > On Apr 8, 2014, at 5:39 PM, Bruce Brouwer wrote: > > I would like to finish up LOG4J2-547, but I had some questions that are

Re: How to...

2013-09-30 Thread Gary Gregory
Hi All: I have attached a patch to a new issue: LOG4J2-413 "PatternLayout option to not output ANSI escape codes if no Console is available" https://issues.apache.org/jira/browse/LOG4J2-413 Can anyone think of a better way to do this? It would be easy to offer this without any option. But as I

Re: How to...

2013-09-24 Thread Gary Gregory
On Thu, Sep 12, 2013 at 12:26 AM, Gary Gregory wrote: > Hi All, > > I have a solution implemented locally that does not output ANSI escapes if > there is no console (it logs a warning to the status logger if it detects > this condition on start up). > > I am wondering if the Console element should

Re: How to...

2013-09-11 Thread Gary Gregory
Since JavaScript is baked in Java 6, that would be the way to go, JS expressions in attributes or element values. Right now, I think I'd like to have a Console or more likely a PatternLayout attribute called "keepAnsiIfNoConsole=true" or "noConsoleAnsi=true" (can't think of a better name at this h

Re: How to...

2013-09-11 Thread Ralph Goers
That is one way to do it. I wouldn't mind adding logic into the configuration but I'd hate to do that in XML - then it will look like Maven 1 with Jelly. Ralph On Sep 11, 2013, at 9:26 PM, Gary Gregory wrote: > Hi All, > > I have a solution implemented locally that does not output ANSI esc

Re: How to...

2013-09-11 Thread Gary Gregory
Hi All, I have a solution implemented locally that does not output ANSI escapes if there is no console (it logs a warning to the status logger if it detects this condition on start up). I am wondering if the Console element should have an attribute called "autoHideAnsi" or some such to still outp

Auto-Re: How to specify syslog encode?

2011-02-12 Thread kyc
邮件已收到,谢谢!

Auto-Re: How to avoid old dates log files(0 bytes) creation every day--UsingLog4J API

2011-01-24 Thread kyc
邮件已收到,谢谢!

Re: How to extend Logger Class

2010-08-05 Thread Deepal Mehta
Paul Glezen us.ibm.com> writes: > > > Hi Nidhi, > The log4j distribution includes a "deepExtension.html" document in the docs directory. It is a bit out of date (my fault), but it includes some tips for extending various portions of log4j. > - Paul > Paul Glezen > Consulting IT Specialist >

Re: How to get reference to an appender by name?

2007-11-12 Thread Bender Heri
> 1) Does this kind of solution perhaps exits already? I remember that this was discussed already. But dont remember the solution. Search the archive. > 2) If not - what would be the way to get a reference to appender > 'TARGET' from the context of ProblemAppender. You can get a list o

Re: How to use FileWatchdog?

2007-05-12 Thread Eric B.
"Curt Arnold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You posted a nearly identical message yesterday on log4j-user to which > Kamal Ahmed gave what should have been a helpful response. log4j-user is > the right forum for the question and we should keep the discussion t

Re: How to use FileWatchdog?

2007-05-12 Thread Curt Arnold
You posted a nearly identical message yesterday on log4j-user to which Kamal Ahmed gave what should have been a helpful response. log4j-user is the right forum for the question and we should keep the discussion there. I'll post my comments there in response to your original message. --

Re: How to print request headers and sessin attributes log4j logging

2006-02-21 Thread Frank W. Zammetti
Have a look at this: http://javawebparts.sourceforge.net/javadocs/javawebparts/request/RequestHelpers.html#logAllRequestInfo(javax.servlet.http.HttpServletRequest) This is a method in the RequestHelpers class in Java Web Parts (http://javawebparts.sourceforge.net). Since it uses JCL for logging,

Re: How to print request headers and sessin attributes log4j logging

2006-02-21 Thread Mark Womack
See the documentation for the MDC class. You will need to do some setup via a servlet Filter or other mechanism, and it will only apply to the thread handling the request. hth, -Mark On 2/18/06, sreenivas velagapudi <[EMAIL PROTECTED]> wrote: > Hi, > Is there any way i can print the request

RE: how to know about added appenders ???

2005-04-27 Thread Mark Womack
Not sure what you are asking for here. You want the configurator to somehow call you back or provide information on appenders it creates as part of the configure call? Or you just want to enumerate all of the appenders used in a repository? -Mark > -Original Message- > From: Sumit Kumar

RE: how to propose and submit new features?

2004-04-20 Thread Bauer, Paul-Michael
: Log4J Developers List Cc: Subject: Re: how to propose and submit new features? Hello Ognjen, Please see my comments below. At 05:57 PM 4/20/2004, Ognjen Kavazovic wrote: >Hello, > >I woul

Re: how to propose and submit new features?

2004-04-20 Thread Ceki Gülcü
Hello Ognjen, Please see my comments below. At 05:57 PM 4/20/2004, Ognjen Kavazovic wrote: Hello, I would like to propose and contribute a couple of relatively minor features to the current code base, but am not finding any documentation as to how I should go about getting the features approved

Re: how to use sawchain2?

2004-02-06 Thread Paul Smith
> One strange thing I experienced is that this: > > org.apache.log4j.chainsaw.ApplicationPreferenceModel model = new > org.apache.log4j.chainsaw.ApplicationPreferenceModel(); > > org.apache.log4j.chainsaw.LogUI.createChainsawGUI(model,null); > > gives me a > > java.lang.IllegalArgumentExcept

Re: how to use sawchain2?

2004-02-06 Thread Carsten Hammer
One strange thing I experienced is that this: org.apache.log4j.chainsaw.ApplicationPreferenceModel model = new org.apache.log4j.chainsaw.ApplicationPreferenceModel(); org.apache.log4j.chainsaw.LogUI.createChainsawGUI(model,null); gives me a java.lang.IllegalArgumentException: timeout value is

RE: How to extend Logger Class

2004-02-03 Thread Garg, Nidhi
Hi Paul, Thanx  a lot. Nidhi -Original Message-From: Paul Glezen [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 03, 2004 10:48 PMTo: Log4J Developers ListSubject: Re: How to extend Logger Class Hi Nidhi,The log4j distribution includes a "deepExtension.html"

RE: How to extend Logger Class

2004-02-03 Thread Garg, Nidhi
rake [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 04, 2004 1:10 AMTo: 'Log4J Developers List'Subject: RE: How to extend Logger Class I would ask you why you want to extend the Logger class. Log4J provides a number of ways of modifying default behaviors. You may fin

RE: How to extend Logger Class

2004-02-03 Thread Tom Drake
: Tuesday, February 03, 2004 9:18 AMTo: Log4J Developers ListSubject: Re: How to extend Logger Class Hi Nidhi,The log4j distribution includes a "deepExtension.html" document in the docs directory. It is a bit out of date (my fault), but it includes some tips for extending variou

Re: How to extend Logger Class

2004-02-03 Thread Paul Glezen
Hi Nidhi, The log4j distribution includes a "deepExtension.html" document in the docs directory. It is a bit out of date (my fault), but it includes some tips for extending various portions of log4j. - Paul Paul Glezen Consulting IT Specialist IBM Software Services for WebSphere 818 539 3321 A

Re: how to use sawchain2?

2004-02-01 Thread Carsten Hammer
ender: org.apache.log4j.chainsaw.ChainsawAppender viewerClass param: org.apache.log4j.chainsaw.LogUI Take care, Scott -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Fri 1/30/2004 4:16 PM To: Log4J Developers List Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: how t

RE: how to use sawchain2?

2004-01-30 Thread Scott Deboy
EMAIL PROTECTED] Sent: Fri 1/30/2004 4:16 PM To: Log4J Developers List Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: how to use sawchain2? Try: org.apache.log4j.chainsaw.LogUI.createChainsawGUI(ApplicationPreferenceModel model, Action shutdownAction) method. You will ne

Re: how to use sawchain2?

2004-01-30 Thread Paul Smith
Try: org.apache.log4j.chainsaw.LogUI.createChainsawGUI(ApplicationPreferenceModel model, Action shutdownAction) method. You will need an instance of the ApplicationPreferenceModel (create a blank one in code and customise it if you need it) and a Swing Action that can handle when the user c