You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 rivejä
332 B

  1. [
  2. %% SASL config
  3. {sasl, [
  4. {sasl_error_logger, {file, "log/sasl-error.log"}},
  5. {errlog_type, error},
  6. {error_logger_mf_dir, "log/sasl"}, % Log directory
  7. {error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
  8. {error_logger_mf_maxfiles, 5} % 5 files max
  9. ]}
  10. ].