github.com/cloudwego/kitex@v0.9.0/pkg/generic/map_test/conf/kitex.yml (about)

     1  Address: ":9009"
     2  EnableDebugServer: true
     3  DebugServerPort: "19009"
     4  Log:
     5    Dir: log
     6    Loggers:
     7      - Name: default
     8        Level: info # Notice: change it to debug if needed in local development
     9        Outputs:
    10          - Console # Notice: change it to debug if needed in local development, don't use this in production!
    11      - Name: rpcAccess
    12        Level: trace # Notice: Not recommended for modification, otherwise may affect construction of call chain (tracing)
    13        Outputs:
    14          - Agent
    15      - Name: rpcCall
    16        Level: trace # Notice: Not recommended for modification, otherwise may affect construction of call chain (tracing)
    17        Outputs:
    18          - Console