Slow logs

Interceptor name

slowLog

Supported protocols

  • All

Features

  • Log requests whose duration exceeds the threshold

Configuration

asjard:
  interceptors:
    client:
      slowLog:
        ## Slow threshold
        # slowThreshold: 0
        ## Methods to ignore
        # skipMethods:

Last updated