Update README.md

CLI manual change to settings file no longer needed
This commit is contained in:
rmcrackan 2022-03-03 16:59:31 -05:00 committed by GitHub
parent 0a0f60192b
commit d9b5725ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
},
```