I'm confused. You don't want to use English, but… why not change your hyphens to spaces and call it a day? Also, why did it fail?logger.msg("scheduled-compaction-failed")
from twisted.python.log import Logger log = Logger() try: scheduleCompaction(…) except Exception as e: log.error("Scheduled compaction failed: {why}", why=e, id=2C09A260-184C-44F9-B11F-E12B26B26C9C)