You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that rpc logging can be enabled by appending these to config.ini:
# declare an appender named "rpc" that writes messages to rpc.log
[log.file_appender.rpc]
filename=logs/rpc/rpc.log
# filename can be absolute or relative to this config file
# route messages sent to the "rpc" logger to the rpc appender declared above
[logger.rpc]
level=debug
appenders=rpc
We need a way to log API calls for analysis, trouble shooting and optimization.
https://en.wikipedia.org/wiki/Server_log
https://www.sumologic.com/blog/it-operations/apache-logs-vs-nginx-logs/
The text was updated successfully, but these errors were encountered: