aboutsummaryrefslogtreecommitdiffhomepage
path: root/miniflux.1
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-06-08 17:16:12 -0700
committerGravatar fguillot <fred@miniflux.net>2019-06-08 17:48:45 -0700
commit91508c50b54c9a0375856a17b2e774d42782b81d (patch)
tree995936a1bf95f1d31da8841e6aef655ffa38f75b /miniflux.1
parentf7b7b63e3f30b4d855a26d550ddf726116c65846 (diff)
Add option to toggle date/time in log messages
Diffstat (limited to 'miniflux.1')
-rw-r--r--miniflux.119
1 files changed, 19 insertions, 0 deletions
diff --git a/miniflux.1 b/miniflux.1
index d9e7616..19ec39f 100644
--- a/miniflux.1
+++ b/miniflux.1
@@ -78,11 +78,30 @@ Show application version\&.
Show application version\&.
.RE
+.SH CONFIGURATION FILE
+The configuration file is a text file that follow these rules:
+.LP
+- Miniflux expects each line to be in KEY=VALUE format.
+.br
+- Lines beginning with # are processed as comments and ignored.
+.br
+- Blank lines are ignored.
+.br
+- There is no variable interpolation.
+.PP
+Keys are the same as the environment variables described below.
+.br
+Environment variables override the values defined in the config file.
+
.SH ENVIRONMENT
.TP
.B DEBUG
Set the value to 1 to enable debug logs\&.
.TP
+.TP
+.B LOG_DATE_TIME
+Display the date and time in log messages\&.
+.TP
.B WORKER_POOL_SIZE
Number of background workers (default is 5)\&.
.TP