mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-07-09 19:24:18 +00:00
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.
This commit is contained in:
parent
8eec93e028
commit
60392e61c7
4 changed files with 11 additions and 25 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue