From 91508c50b54c9a0375856a17b2e774d42782b81d Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 8 Jun 2019 17:16:12 -0700 Subject: Add option to toggle date/time in log messages --- miniflux.1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'miniflux.1') 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 -- cgit v1.2.3