From c539121fc4eb96f8e1769c725ad510c51bc2ab46 Mon Sep 17 00:00:00 2001 From: wolfv Date: Wed, 7 Mar 2018 22:20:26 -0700 Subject: [PATCH] typo in documentation change 4 log levels to all caps https://github.com/ncw/rclone/issues/2101 --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 4afa72cb0d..24a8336292 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -988,7 +988,7 @@ See the [filtering section](/filtering/). Logging ------- -rclone has 4 levels of logging, `Error`, `Notice`, `Info` and `Debug`. +rclone has 4 levels of logging, `ERROR`, `NOTICE`, `INFO` and `DEBUG`. By default, rclone logs to standard error. This means you can redirect standard error and still see the normal output of rclone commands (eg