summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.app.config
blob: bba388bc74e651410c9164633900383c8ed5f211 (plain)
1
2
3
4
5
6
7
8
9
10
11
[
 %% SASL config
 {sasl, [
         {sasl_error_logger, {file, "log/sasl-error.log"}},
         {errlog_type, error},
         {error_logger_mf_dir, "log/sasl"},      % Log directory
         {error_logger_mf_maxbytes, 10485760},   % 10 MB max file size
         {error_logger_mf_maxfiles, 5}           % 5 files max
         ]}
].