Skip to content

Commit

Permalink
Change destination of purge log output
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Dec 6, 2023
1 parent d0e5ded commit 1720fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/polypheny/control/control/Control.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void purgePolyphenyFolder( Context ctx ) {
getClientCommunicationStream( ctx, "Running in Polyfier mode, all commands are ignored!" );
return;
}
ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "updateOutput" ) ) ) );
ctx.result( gson.toJson( ServiceManager.purgePolyphenyFolder( getClientCommunicationStream( ctx, "logOutput" ) ) ) );
}


Expand Down

0 comments on commit 1720fa7

Please sign in to comment.