Skip to content

Reduce DEBUG messages from integration tests #2335

@amorton

Description

@amorton

Attached are DEBUG level messages from running integration tests, without the FrameworkExceptionMapper class (soon to be checked in) which are exceptions thrown from the frameworks.

Below is the count of where these come from

 grep -o '"loggerName":"[^"]*"' non-error-debug.txt \
  | sed 's/"loggerName":"//;s/"$//' \
  | sort \
  | uniq -c | sort -nr
 571 io.stargate.sgv2.jsonapi.service.resolver.sort.TableMemorySortClauseResolver
 542 io.stargate.sgv2.jsonapi.service.resolver.sort.TableCqlSortClauseResolver
 184 io.stargate.sgv2.jsonapi.service.schema.tables.ApiVectorIndex$CqlTypeFactory
  82 io.stargate.sgv2.jsonapi.service.cqldriver.executor.SortedRowAccumulator
  22 io.stargate.sgv2.jsonapi.service.schema.tables.ApiVectorIndex$UserDescFactory
  10 io.stargate.sgv2.jsonapi.ConfigPreLoader
   8 io.stargate.sgv2.jsonapi.service.schema.tables.factories.IndexFactoryFromCql

Some of these look very easy to reduce to TRACE levels

non-error-debug.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Code TidyTidying to improve layout and quality (small)To-Do

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions