Merge pull request #2075 from mempool/simon/logger-lightning
Add lightning to logger
This commit is contained in:
commit
fd35c8f4ad
@ -73,6 +73,9 @@ class Logger {
|
||||
}
|
||||
|
||||
private getNetwork(): string {
|
||||
if (config.LIGHTNING.ENABLED) {
|
||||
return 'lightning';
|
||||
}
|
||||
if (config.BISQ.ENABLED) {
|
||||
return 'bisq';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user