Rework property args

This commit is contained in:
crschnick
2025-09-03 14:48:57 +00:00
parent afde5cf06a
commit 651518e54e
2 changed files with 1 additions and 2 deletions
@@ -220,7 +220,7 @@ public class AppProperties {
for (var e : System.getProperties().entrySet()) {
if (e.getKey().toString().contains(AppNames.ofCurrent().getGroupName())) {
TrackEvent.info("Detected app property " + e.getKey() + "=" + e.getValue());
TrackEvent.debug("Detected app property " + e.getKey() + "=" + e.getValue());
}
}
}
@@ -9,7 +9,6 @@ import java.util.Optional;
public class BeaconConfig {
public static final String BEACON_PORT_PROP = "io.xpipe.beacon.port";
public static final String DAEMON_ARGUMENTS_PROP = "io.xpipe.beacon.daemonArgs";
private static final String PRINT_MESSAGES_PROPERTY = "io.xpipe.beacon.printMessages";
public static boolean printMessages() {