mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Add lightning to logger
This commit is contained in:
parent
495cd26219
commit
ca86364c35
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
Reference in a new issue