Info log with tag and redaction.
static void i(String tag, String message) { AppConfig.logger.i('[$tag] ${sanitize(message)}'); }