Opened 16 years ago
Closed 15 years ago
#2185 closed enhancement (fixed)
Debug flooding in RPCService.js
Reported by: | Owned by: | Dustin Machi | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | RPC | Version: | 0.4.1 |
Keywords: | rpc debug | Cc: | |
Blocked By: | Blocking: |
Description
RPC outputs too much debug messages.
As most of them are just info or status messages they should be commented (except errors/warns)
When you have a RPC based application it becomes very annoying to be picking the important messages all the time.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8564]) port rpc to 0.9 and fix some other tickets along the way, fixes #2750 , fixes #2303 , fixes #2185 , refs #2915. There is still a json serialization bug, but its almost done