gRPC Access Log¶
Features¶
Write stdout logs for every RPC request
Log messages built with customizable callback handlers
Requirements¶
Python 3.9+
Installation¶
You can install gRPC Access Log via pip from PyPI:
$ pip install grpc-accesslog
Usage¶
Please see the Reference for details.
Contributing¶
Contributions are very welcome. To learn more, see the Contributor Guide.
License¶
Distributed under the terms of the MIT license, gRPC Access Log is free and open source software.
Issues¶
If you encounter any problems, please file an issue along with a detailed description.
Credits¶
This project was generated from @cjolowicz’s Hypermodern Python Cookiecutter template.