@@ -216,6 +216,10 @@ LOGGING = {
"coin.billing": {
'handlers': ['console'],
'level': 'INFO',
+ },
+ "coin.subnets": {
+ 'handlers': ['console'],
+ 'level': 'INFO',
}