diff options
-rw-r--r-- | ctls.config | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ctls.config b/ctls.config index adaad48..c453492 100644 --- a/ctls.config +++ b/ctls.config @@ -1,6 +1,12 @@ %% ctls configuration file (-*- erlang -*-) %% Start like this: %% $ erl -boot start_sasl -config ctls -run inets -[{inets, +[{sasl, + [{sasl_error_logger, false}, + {errlog_type, error}, + {error_logger_mf_dir, "log"}, + {error_logger_mf_maxbytes, 10485760}, % 10 MB + {error_logger_mf_maxfiles, 10}]}, + {inets, [{services, [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}]. |