change log level to debug

This commit is contained in:
MatiG
2021-01-11 14:31:09 +02:00
parent 3b2028fb88
commit 821c2ac0c3

View File

@ -36,8 +36,9 @@ If you can reproduce a problem, first increase the logging level, run the system
1. Increase logging level:
```bash
mdatp log level set --level verbose
mdatp log level set --level debug
```
```Output
Log level configured successfully
```
@ -49,7 +50,9 @@ If you can reproduce a problem, first increase the logging level, run the system
```bash
sudo mdatp diagnostic create
```
This command will also print out the file path to the backup after the operation succeeds:
```Output
Diagnostic file created: <path to file>
```
@ -59,6 +62,7 @@ If you can reproduce a problem, first increase the logging level, run the system
```bash
mdatp log level set --level info
```
```Output
Log level configured successfully
```