SASL Question

Vance Shipley vances@REDACTED
Fri Jun 25 19:18:01 CEST 2004


Chandru,

Yes, that method does indeed log the error_reports and it doesn't
overwrite each time it starts.  It is however not the same thing
as it creates binary files which you then use the report browser 
to read.

I actually use both methods, the run_erl logs of the tty output
in text format and the log_mf_h for use with the report browser.
The former captures shell interaction and io output and is easy
to grep through.  The later has the advantage of collecting the
reports you are interested in and formatting them for you.

	-Vance


On Fri, Jun 25, 2004 at 05:36:42PM +0100, Chandrashekhar Mullaparthi wrote:
}  Don't know what's causing your behaviour, but this works for us.
}  
}   {sasl,         [{error_logger_mf_dir, 
}  "/export/home/otpuser/esas/sasl_logfiles/"},
}                   {error_logger_mf_maxbytes, 100000},
}                   {error_logger_mf_maxfiles, 8}]},
}  
}  It rotates around 8 files each of size ~100KB
}  
}  cheers
}  Chandru



More information about the erlang-questions mailing list