PDS Admin tool make it easier to moderate your PDS with labels

updated logging

+2 -2
+2 -2
src/handlers/handleNewLabel.ts
··· 75 75 } 76 76 77 77 logger.debug( 78 - { action: labelConfig.action }, 78 + { label: label.val, action: labelConfig.action }, 79 79 `Listed label: ${label.val} found added to ${watchedRepo.did}`, 80 80 ); 81 81 ··· 252 252 } 253 253 254 254 logger.warn( 255 - { action: labelConfig.action }, 255 + { label: label.val, action: labelConfig.action }, 256 256 "Listed label found but repo is not watched. Skipping", 257 257 ); 258 258 }