Re: Target of log

2010-05-18 Thread Aleš Vojáček
Yes, it is under GNU AGPL v3 license, but my uderstanding of that
license is that I cannot use it in production (closed source) for that
case is commercial license of Mongo DB and for logging my customer (also
our project manager) will no accept cost of Mongo DB.
But it would be nice for analyzing logs :-)
A.

Ross Hinkley napsal(a):
 I guess I don't understand your question - Mongo is available under
 the GNU AGPL v3 license.

 http://www.mongodb.org/display/DOCS/Licensing
 http://www.gnu.org/licenses/agpl-3.0.html

 -Ross

 On Mon, May 17, 2010 at 9:04 AM, Aleš Vojáček algid...@gmail.com
 mailto:algid...@gmail.com wrote:

 Hi all,
 looking for log storage, which will be fast enough for writes and fast
 enough for query.
 Nice one is MongoDB using http://github.com/jsk/log4net-MongoDB .
 But there is licencing problem, that we want to use log4net in
 commercial aplication but paying for logging store is hard to
 explain to
 our customer (and our Management).

 Have you some free alternative?


 Thank you A.





Re: Target of log

2010-05-18 Thread Ron Grabowski
Ayende wrote a Sqlite appender:

http://ayende.com/Blog/archive/2006/11/18/IntroducingRollingSqlAppender.aspx

I think most people use the AdoNetAppender. I believe it also supports writing 
to SqlExpress.



- Original Message 
From: Aleš Vojáček algid...@gmail.com
To: Log4NET User log4net-user@logging.apache.org
Sent: Mon, May 17, 2010 10:04:57 AM
Subject: Target of log

Hi all,
looking for log storage, which will be fast enough for writes and fast
enough for query.
Nice one is MongoDB using http://github.com/jsk/log4net-MongoDB .
But there is licencing problem, that we want to use log4net in
commercial aplication but paying for logging store is hard to explain to
our customer (and our Management).

Have you some free alternative?


Thank you A.



Re: Target of log

2010-05-17 Thread Ross Hinkley
I guess I don't understand your question - Mongo is available under the GNU
AGPL v3 license.

http://www.mongodb.org/display/DOCS/Licensing
http://www.gnu.org/licenses/agpl-3.0.html

-Ross

On Mon, May 17, 2010 at 9:04 AM, Aleš Vojáček algid...@gmail.com wrote:

 Hi all,
 looking for log storage, which will be fast enough for writes and fast
 enough for query.
 Nice one is MongoDB using http://github.com/jsk/log4net-MongoDB .
 But there is licencing problem, that we want to use log4net in
 commercial aplication but paying for logging store is hard to explain to
 our customer (and our Management).

 Have you some free alternative?


 Thank you A.