accessLog

Interceptor Name

ccessLog

Supported Protocols

  • All

Features

  • Request log printing

Configuration

asjard:
  logger:
    accessLog:
      ## Whether to enable accessLog
      enabled: true
      ## Configuration format: [protocol://]{fullMethod}
      ## For example a method of the grpc protocol: grpc:///api.v1.hello.Hello/Call
      ## Or a protocol-agnostic method: /api.v1.hello.Hello/Call
      ## Intercept all methods of the protocol: grpc
      skipMethods:
        - grpc

Last updated