Skip to content

Commit 4f5cfbc

Browse files
committed
Correct change for extractor logging levels.
1 parent 95f1935 commit 4f5cfbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

change-notes/1.19/analysis-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Most security alerts are now visible on LGTM by default.
8080
## Changes to code extraction
8181

8282
* Improved scalability: Scaling is near linear to at least 20 CPU cores.
83-
* Five levels of logging can be selected: `CRITICAL`, `ERROR`, `WARN`, `INFO` and `DEBUG`. `WARN` is the default.
84-
* The `-v` flag can be specified twice to increase logging level to `DEBUG`
85-
* The `-q` flag has been added to reduce the logging level to `ERROR` or `CRITICAL`
83+
* Five levels of logging can be selected: `ERROR`, `WARN`, `INFO`, `DEBUG` and `TRACE`. `WARN` is the stand-alone default, but `INFO` will be used when run by LGTM.
84+
* The `-v` flag can be specified multiple times to increase logging level by one per `-v`.
85+
* The `-q` flag has been added and can be specified multiple times to reduce the logging level by one per `-q`.
8686
* Log lines are now in the `[SEVERITY] message` style and never overlap.
8787
* Extractor now outputs the location of the first offending character when an EncodingError is encountered.
8888

0 commit comments

Comments
 (0)