ilp-connector icon indicating copy to clipboard operation
ilp-connector copied to clipboard

Add debug level control to admin interface

Open adrianhopebailie opened this issue 7 years ago • 1 comments

It would be great to be able to adjust the global debug/trace level for the application without needing to restart it.

This could be added as an admin API command

adrianhopebailie avatar Jul 17 '18 12:07 adrianhopebailie

Yeah, the debug module actually supports this via require('debug').enable('ilp*,connector*').

justmoon avatar Jul 17 '18 15:07 justmoon