filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Added log level control for actors #1540

Open koalacxr opened 2 years ago

koalacxr commented 2 years ago

Why add log level control for actors?

At present, we focus on miner actor's log, because this is very important, especially burn, revenue, pledge ,gas consume etc. All filecoin related income and expend, which is convenient for asset verification. So need to add actor level log.

https://github.com/filecoin-project/specs-actors/pull/1538 This is one of the implementation schemes. Is it acceptable?