Skip to content

Commit

Permalink
log to server output file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilinghan committed Mar 22, 2024
1 parent 57e0c54 commit 4e78215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/grpc/run_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
communicator = GRPCServerCommunicator(
server_agent,
max_message_size=server_agent_config.server_configs.comm_configs.grpc_configs.max_message_size,
logger=server_agent.logger,
)

serve(
Expand Down

0 comments on commit 4e78215

Please sign in to comment.