Skip to content

Commit 0ea108e

Browse files
authored
Run metrics with debug false to reduce log spam (#2027)
1 parent da71524 commit 0ea108e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photon-core/src/main/java/org/photonvision/common/hardware/metrics/MetricsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public void publishMetrics() {
280280

281281
public synchronized String execute(String command) {
282282
try {
283-
runCommand.executeBashCommand(command);
283+
runCommand.executeBashCommand(command, true, false);
284284
return runCommand.getOutput();
285285
} catch (Exception e) {
286286
StringWriter sw = new StringWriter();

0 commit comments

Comments
 (0)