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]

Reply via email to