repc icon indicating copy to clipboard operation
repc copied to clipboard

debug! should invoke console.debug

Open arv opened this issue 3 years ago • 2 comments

All our logging in rust ends up calling console.log. It would be much better if:

info! called console.info debug! called console.debug error! called console.error

arv avatar Mar 31 '21 05:03 arv