aboutsummaryrefslogtreecommitdiff
path: root/app.config
diff options
context:
space:
mode:
Diffstat (limited to 'app.config')
-rw-r--r--app.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/app.config b/app.config
new file mode 100644
index 0000000..ebb6b20
--- /dev/null
+++ b/app.config
@@ -0,0 +1,9 @@
+[
+{sasl, [
+ {sasl_error_logger, {file, "sasl.log"}},
+ {errlog_type, all},
+ {error_logger_mf_dir, "."}, % Log directory
+ {error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
+ {error_logger_mf_maxfiles, 5} % 5 files max
+]}
+].