diff options
Diffstat (limited to 'miniflux.1')
-rw-r--r-- | miniflux.1 | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,5 +1,5 @@ .\" Manpage for miniflux. -.TH "MINIFLUX" "1" "July 21, 2023" "\ \&" "\ \&" +.TH "MINIFLUX" "1" "September 24, 2023" "\ \&" "\ \&" .SH NAME miniflux \- Minimalist and opinionated feed reader @@ -36,7 +36,7 @@ Create admin user\&. .PP .B \-debug .RS 4 -Show debug logs\&. +Set log level to debug\&. .RE .PP .B \-flush-sessions @@ -113,11 +113,6 @@ Environment variables override the values defined in the config file. .SH ENVIRONMENT .TP -.B DEBUG -Set the value to 1 to enable debug logs\&. -.br -Disabled by default\&. -.TP .B FETCH_ODYSEE_WATCH_TIME Set the value to 1 to scrape video duration from Odysee website and use it as a reading time\&. @@ -145,6 +140,21 @@ Display the date and time in log messages\&. .br Disabled by default\&. .TP +.B LOG_FILE +Supported values are "stderr", "stdout", or a file name\&. +.br +Default is "stderr"\&. +.TP +.B LOG_FORMAT +Supported log formats are "text" or "json"\&. +.br +Default is "text"\&. +.TP +.B LOG_LEVEL +Supported values are "debug", "info", "warning", or "error"\&. +.br +Default is "info"\&. +.TP .B WORKER_POOL_SIZE Number of background workers\&. .br |