Files
codeql/csharp/ql/lib/change-notes/2024-01-25-extractor-option-logging.md
2024-01-25 17:33:06 +01:00

346 B

category
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.