Re: controlling the status logger output?

2016-03-08 Thread Ralph Goers
ome throttling but can't be sure. > > .. > > I guess we could write our own application which takes stdin and writes to > files and this could do the rolling file work. I would think something like > that might already exist in linux. > > Thanks, > Nick &

RE: controlling the status logger output?

2016-03-07 Thread Nicholas Duane
to files and this could do the rolling file work. I would think something like that might already exist in linux. Thanks, Nick > Subject: Re: controlling the status logger output? > From: ralph.go...@dslextreme.com > Date: Mon, 7 Mar 2016 08:54:05 -0700 > To: log4j-user@logging.apache.org >

Re: controlling the status logger output?

2016-03-07 Thread Ralph Goers
rlier and > noticed some throttling but can't be sure. > > .. > > I guess we could write our own application which takes stdin and writes to > files and this could do the rolling file work. I would think something like > that might already exist in linux. > > Thanks,

Re: controlling the status logger output?

2016-03-07 Thread Douglas Wegscheid
On Mon, Mar 7, 2016 at 11:19 AM, Nicholas Duane wrote: > I guess we could write our own application which takes stdin and writes to > files and this could do the rolling file work. I would think something > like that might already exist in linux. > > Thanks, > Nick > take a

RE: controlling the status logger output?

2016-03-07 Thread Nicholas Duane
already exist in linux. Thanks, Nick > Subject: Re: controlling the status logger output? > From: ralph.go...@dslextreme.com > Date: Mon, 7 Mar 2016 08:54:05 -0700 > To: log4j-user@logging.apache.org > > If you set the status level to ERROR the StatusLogger should generate ver

Re: controlling the status logger output?

2016-03-07 Thread Ralph Goers
If you set the status level to ERROR the StatusLogger should generate very little output. That said, if you are concerned you can redirect stdout and implement the rolling yourself. Ralph > On Mar 7, 2016, at 8:39 AM, Nicholas Duane wrote: > > We've written some appenders and

Re: controlling the status logger output?

2016-03-07 Thread Matt Sicker
The only thing I can think of is logrotate, but I'm not sure if that would work properly. StatusLogger is intentionally simple so that it will always work regardless of the rest of the system. On 7 March 2016 at 09:39, Nicholas Duane wrote: > We've written some appenders and I