Torbj�rn Karlsson wrote:
Is this coming in a future release??
Yes - the James project have more or less implied that it is a prereq.
Stephen.
/Torbj�rn
-----Original Message-----
From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: den 1 oktober 2003 14:51
To: Avalon framework users
Subject: Re: [Merlin] log format and max log size
Torbj�rn:
I hate to be the bearwer of bad news - but the logging system in merlin is the minimam necesary. The implementation ofnthe excalibur logging stategy is not implemented at this time - needs some work inside the kerenel and a coresponding logging manger to handle a excalibur logging configuration. All you can do today is to switch between console or file output.
Stephen.
Torbj�rn Karlsson wrote:
Hello list!
I�m having a little problem setting up the logsystem under Merlin. Looking at the mail archives I found that you can do something like the
following if you are using Excalibur logging:
<targets>
<file id="debug">
<filename>/var/logs/debugnr.log</filename>
<format type="extended">%7.7{priority} %23.23{time:yyyy-MM-dd HH:mm:ss:SSS} [%{category}] (%{context:Level}): {message}</format>
<append>true</append>
<rotation type="revolving" init="-1" max="10">
<or>
<size>500000</size>
</or>
</rotation>
</file>
</targets>
But how do I set up format and rotation under Merlin?? I can�t seem to find this in the docs.
Thankful for any help,
/Tobbe
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
