Besides the information below, can anybory please give me a hint or additional information, how to further configure the output, which is written to the logfile. How can I append to existing files, add a timestamp or other information? Using Merlin 3.3 is as far as I understood for me not an option, since it is not stable enough for a production environment. thanks for now. Florian
-----Urspr�ngliche Nachricht----- Von: Farr, Aaron [mailto:[EMAIL PROTECTED] > -----Original Message----- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > > Could you give some pointers on how the Avalon/Merlin logging is working. > > Where is the log file located by default ? > > How do I change the location of the log file ? Quick answer: Change the logging section of your $MERLIN_HOME/config/kernel.xml file to something like: <logging target="kernel" priority="INFO" name="kernel"> <category name="/logger" priority="INFO"/> <target name="kernel"> <file location="logs/merlin.log"/> </target> </logging Where the log file ends up depends on where you invoke merlin (or where the merlin.dir parameter is set). There are several improvements going into Merlin logging at the moment. You can check the mail archives on that or perhaps Stephen can fill you in. J. Aaron Farr SONY ELECTRONICS DDP-CIM (724) 696-7653 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
