Skip to content

Commit b058878

Browse files
committed
Improve logging, address TODOs (logger)
1 parent fe46413 commit b058878

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/logger.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ impl Logger for FilesystemLogger {
4040
}
4141
}
4242

43-
// TODO: We copied the logging macros for now from `lightning::util::macro_logger`. We should
44-
// switch back to using them from upstream after the next release, which includes their export.
4543
macro_rules! log_internal {
4644
($logger: expr, $lvl:expr, $($arg:tt)+) => (
4745
$logger.log(&lightning::util::logger::Record::new($lvl, format_args!($($arg)+), module_path!(), file!(), line!()))

0 commit comments

Comments
 (0)