AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
883 stars 184 forks source link

change the log prints #35

Closed wenxuwan closed 4 years ago

wenxuwan commented 4 years ago

When EOF error occur, Info level log is enough.

codecov-io commented 4 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.40%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   62.53%   62.94%   +0.40%     
==========================================
  Files          20       20              
  Lines        3267     3268       +1     
==========================================
+ Hits         2043     2057      +14     
+ Misses        930      918      -12     
+ Partials      294      293       -1     
Impacted Files Coverage Δ
transport/session.go 67.08% <0.00%> (-0.13%) :arrow_down:
rpc/rpcclientmap.go 86.30% <0.00%> (+1.36%) :arrow_up:
rpc/listener.go 60.12% <0.00%> (+3.16%) :arrow_up:
rpc/codec.go 58.01% <0.00%> (+3.30%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94949e1...d0bc55d. Read the comment docs.