mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #2075 from mempool/simon/logger-lightning
Add lightning to logger
This commit is contained in:
commit
fd35c8f4ad
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ class Logger {
|
|||
}
|
||||
|
||||
private getNetwork(): string {
|
||||
if (config.LIGHTNING.ENABLED) {
|
||||
return 'lightning';
|
||||
}
|
||||
if (config.BISQ.ENABLED) {
|
||||
return 'bisq';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue