Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ef50a7

Browse files
author
Felicity Chapman
committed
Update logging information based on 'extractor-python.md'
1 parent 586eaef commit 9ef50a7

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

change-notes/1.19/analysis-python.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,16 @@ Most security alerts are now visible on LGTM by default. This means that you may
7070

7171
## Changes to code extraction
7272

73-
* Improved scalability: Scaling is near linear to at least 20 CPU cores.
74-
* Five levels of logging can be selected: `ERROR`, `WARN`, `INFO`, `DEBUG` and `TRACE`. LGTM uses `INFO` level logging. QL tools use `WARN` level logging by default.
75-
* The `-v` flag can be specified multiple times to increase logging level by one per `-v`.
76-
* The `-q` flag has been added and can be specified multiple times to reduce the logging level by one per `-q`.
73+
### Improved scalability
74+
75+
Scaling is near linear to at least 20 CPU cores.
76+
77+
### Improved logging
78+
79+
* Five levels of logging are available: `CRITICAL`, `ERROR`, `WARN`, `INFO` and `DEBUG`. `WARN` is the default.
80+
* LGTM uses `INFO` level logging. QL tools use `WARN` level logging by default.
81+
* The `--verbose` flag can be specified specified multiple times to increase the logging level once per flag added.
82+
* The `--quiet` flag can be specified multiple times to reduce the logging level once per flag added.
7783
* Log lines are now in the `[SEVERITY] message` style and never overlap.
7884
* The extractor now outputs the location of the first character that triggers an EncodingError.
7985

0 commit comments

Comments
 (0)