mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Update <lightning> log tag to show the network if non mainnet
This commit is contained in:
parent
f19978345e
commit
a65d54c549
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Logger {
|
||||||
|
|
||||||
private getNetwork(): string {
|
private getNetwork(): string {
|
||||||
if (config.LIGHTNING.ENABLED) {
|
if (config.LIGHTNING.ENABLED) {
|
||||||
return 'lightning';
|
return config.MEMPOOL.NETWORK === 'mainnet' ? 'lightning' : `${config.MEMPOOL.NETWORK}-lightning`;
|
||||||
}
|
}
|
||||||
if (config.BISQ.ENABLED) {
|
if (config.BISQ.ENABLED) {
|
||||||
return 'bisq';
|
return 'bisq';
|
||||||
|
|
Loading…
Add table
Reference in a new issue