mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 07:20:35 +00:00
Rework property args
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user