{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How do blockchain programs record log information?","a":"Configure log levels and output formats:\n\n```python\nlogging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')\n```\n\nIn this example, the logging level is set to DEBUG, and the log format is set to include the timestamp, log level, and log message."}]}],"pr":"8ac11b2c3ae19922b29c37c2f8f378dd5b3a36b4254412641bb3806049fac73c"}