Skip to content

Commit ac27918

Browse files
committed
debug logging
1 parent 8f50e1b commit ac27918

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

relay/alice.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"tribes_insecure": true,
1212
"public_url": "127.0.0.1:3001",
1313
"transportPrivateKeyLocation": "/relay/configs/aliceTransportPrivateKey.pem",
14-
"transportPublicKeyLocation": "/relay/configs/aliceTransportPublicKey.pem"
14+
"transportPublicKeyLocation": "/relay/configs/aliceTransportPublicKey.pem",
15+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
16+
"logging_level": "debug"
1517
},
1618
"gitactionenv": {
1719
"node_ip": "127.0.0.1",
@@ -27,6 +29,8 @@
2729
"connect_ui": true,
2830
"transportPrivateKeyLocation": "/relay/configs/aliceTransportPrivateKey.pem",
2931
"transportPublicKeyLocation": "/relay/configs/aliceTransportPublicKey.pem",
30-
"sql_log": true
32+
"sql_log": true,
33+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
34+
"logging_level": "debug"
3135
}
3236
}

relay/bob.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"public_url": "127.0.0.1:3002",
1313
"connect_ui": true,
1414
"transportPrivateKeyLocation": "/relay/configs/bobTransportPrivateKey.pem",
15-
"transportPublicKeyLocation": "/relay/configs/bobTransportPublicKey.pem"
15+
"transportPublicKeyLocation": "/relay/configs/bobTransportPublicKey.pem",
16+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
17+
"logging_level": "debug"
1618
},
1719
"gitactionenv": {
1820
"node_ip": "127.0.0.1",
@@ -27,6 +29,8 @@
2729
"public_url": "127.0.0.1:3002",
2830
"connect_ui": true,
2931
"transportPrivateKeyLocation": "/relay/configs/bobTransportPrivateKey.pem",
30-
"transportPublicKeyLocation": "/relay/configs/bobTransportPublicKey.pem"
32+
"transportPublicKeyLocation": "/relay/configs/bobTransportPublicKey.pem",
33+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
34+
"logging_level": "debug"
3135
}
3236
}

relay/carol.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"public_url": "127.0.0.1:3003",
1313
"connect_ui": true,
1414
"transportPrivateKeyLocation": "/relay/configs/carolTransportPrivateKey.pem",
15-
"transportPublicKeyLocation": "/relay/configs/carolTransportPublicKey.pem"
15+
"transportPublicKeyLocation": "/relay/configs/carolTransportPublicKey.pem",
16+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
17+
"logging_level": "debug"
1618
},
1719
"gitactionenv": {
1820
"node_ip": "127.0.0.1",
@@ -27,6 +29,8 @@
2729
"public_url": "127.0.0.1:3003",
2830
"connect_ui": true,
2931
"transportPrivateKeyLocation": "/relay/configs/carolTransportPrivateKey.pem",
30-
"transportPublicKeyLocation": "/relay/configs/carolTransportPublicKey.pem"
32+
"transportPublicKeyLocation": "/relay/configs/carolTransportPublicKey.pem",
33+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
34+
"logging_level": "debug"
3135
}
3236
}

relay/dave.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"tribes_insecure": true,
2222
"public_url": "127.0.0.1:3004",
2323
"connect_ui": true,
24+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
2425
"logging_level": "debug"
2526
},
2627
"gitactionenv": {
@@ -45,6 +46,7 @@
4546
"tribes_insecure": true,
4647
"public_url": "127.0.0.1:3004",
4748
"connect_ui": true,
49+
"logging": "LIGHTNING,TRIBES,MEME,NOTIFICATION,EXPRESS,NETWORK,DB,PROXY,LSAT",
4850
"logging_level": "debug"
4951
}
5052
}

0 commit comments

Comments
 (0)