ElementsProject / lightning

Core Lightning — Lightning Network implementation focusing on spec compliance and performance
Other
2.85k stars 902 forks source link

Log if builtin plugin fails to start #7616

Closed Lagrang3 closed 2 months ago

Lagrang3 commented 2 months ago

Log if builtin plugin fails to start

Description

Lightningd should log if a builtin plugin fails to start instead of silently skip over it.

Related Issues

This would allow to debug situations like #7595.

Changes Made

Checklist

Ensure the following tasks are completed before submitting the PR:

Additional Notes