lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

Expose `logger` interface #309

Open tnull opened 2 months ago

tnull commented 2 months ago

We should allow users to implement custom loggers, e.g., to implement their own rotation logic or to target a database backend.

tnull commented 1 day ago

This is probably slipping to 0.5, but we should still modify our logger to make it compatible with logrotate.