aboutsummaryrefslogtreecommitdiff
path: root/bloat.conf
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2023-09-09 06:30:38 +0000
committerr <r@freesoftwareextremist.com>2023-09-09 06:38:52 +0000
commit60392e61c714ad16c9b292180e447dac8f28fd59 (patch)
treee5bd64885e5054b0ce59e13854033454458c0b84 /bloat.conf
parent8eec93e02861ff0d133d8ba5613e2dedbcee40a2 (diff)
downloadbloat-60392e61c714ad16c9b292180e447dac8f28fd59.tar.gz
bloat-60392e61c714ad16c9b292180e447dac8f28fd59.zip
Disable access log by default
Access logs aren't really useful during normal operation. Add a new flag -v to enable the verbose logging mode, which is still useful during the development. Also remove the log_file config because it's no longer useful.
Diffstat (limited to 'bloat.conf')
-rw-r--r--bloat.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/bloat.conf b/bloat.conf
index ddf18fc..f29e553 100644
--- a/bloat.conf
+++ b/bloat.conf
@@ -31,9 +31,6 @@ static_directory=static
# Empty value will disable the format selection in frontend.
post_formats=PlainText:text/plain,HTML:text/html,Markdown:text/markdown,BBCode:text/bbcode
-# Log file. Will log to stdout if value is empty.
-# log_file=log
-
# In single instance mode, bloat will not ask for instance domain name and
# user will be directly redirected to login form. User login from other
# instances is not allowed in this mode.