Added logging for updated files #81

Open
sgode wants to merge 3 commits from logging into main
Showing only changes of commit 379d8d7ea8 - Show all commits

View File

@ -449,7 +449,7 @@ def main():
args = parser.parse_args()
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)
services = []
if args.service_type: