holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 267 forks source link

solve the logging problem #21

Closed zippy closed 4 years ago

zippy commented 6 years ago

As Holochain core dev, I want to be able to log from different parts of the application and enable them variably.

zippy commented 6 years ago

Note: The log crate is good for a global application executable log, i.e. for the container. We should use it in all of our code for doing debugging logging so we can see what's happening in different parts of the code. This is separate from application logging which we have to implement separately because in a given container, each application may have different logging requirements and destinations which is not a global application logging, kind of like how in Apache you configure different logs per virtual host.

jamesray1 commented 4 years ago

@zippy is this issue still an issue? Seems like logging is available.