Add change note

This commit is contained in:
Tamas Vajk
2024-01-25 17:33:06 +01:00
parent b8c8f52efc
commit c4849f9a17

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* The C# extractor now accepts an extractor option `logging.verbosity` that specifies the verbosity of the logs. The
option is added via `codeql database create --language=csharp -Ologging.verbosity=debug ...` or by setting the
corresponding environment variable `CODEQL_EXTRACTOR_CSHARP_OPTION_LOGGING_VERBOSITY`.