From d9b5725ff1ab8a5f080a0ac8f8a763580969e1b8 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Thu, 3 Mar 2022 16:59:31 -0500 Subject: [PATCH] Update README.md CLI manual change to settings file no longer needed --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 7b4e0a62..47077520 100644 --- a/README.md +++ b/README.md @@ -293,14 +293,3 @@ export library to file libationcli export -p "C:\foo\bar\my.xlsx" --xlsx libationcli export -p "C:\foo\bar\my.xlsx" -x ``` - -Currently logs are written to Console and to file. This means they'll be printed in the CLI. To disable, find this in Settings.json and delete the 3 lines after `"WriteTo": [` - -``` - "Serilog": { - "MinimumLevel": "Information", - "WriteTo": [ - { - "Name": "Console" - }, -```