Add lightning to logger

This commit is contained in:
softsimon 2022-07-11 18:02:54 +02:00
parent cc3bbcc6cb
commit e09d5c1682

View File

@ -73,6 +73,9 @@ class Logger {
}
private getNetwork(): string {
if (config.LIGHTNING.ENABLED) {
return 'lightning';
}
if (config.BISQ.ENABLED) {
return 'bisq';
}