diff options
-rw-r--r-- | sfeed_update.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sfeed_update.1 b/sfeed_update.1 index 81f2d7d..aca52de 100644 --- a/sfeed_update.1 +++ b/sfeed_update.1 @@ -1,4 +1,4 @@ -.Dd August 3, 2021 +.Dd March 21, 2022 .Dt SFEED_UPDATE 1 .Os .Sh NAME @@ -54,8 +54,15 @@ can be sourced as a script, but it won't run the .Fn main entry-point. .El +.Sh LOGGING +When processing a feed it will log failures to stderr and non-failures to +stdout in the format: +.Bd -literal +[HH:MM:SS] feedname message +.Ed .Sh EXIT STATUS .Ex -std +A (temporary) failure with processing a feed is not considered an error here. .Sh EXAMPLES To update your feeds and format them in various formats: .Bd -literal |