package com.qianwen.core.log.utils; import java.util.Properties; public class ElkPropsUtil { public static String getDestination() { Properties props = System.getProperties(); return props.getProperty("blade.log.elk.destination", ""); } }