Update README.md
CLI manual change to settings file no longer needed
This commit is contained in:
parent
0a0f60192b
commit
d9b5725ff1
11
README.md
11
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" --xlsx
|
||||||
libationcli export -p "C:\foo\bar\my.xlsx" -x
|
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"
|
|
||||||
},
|
|
||||||
```
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user