Skip to content

Commit

Permalink
env-appa-bz disable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Nov 21, 2024
1 parent 0a8bc41 commit d6bf8d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@Component("jobScheduler")
public class JobScheduler {
// don't push data to remote if true
private final static boolean debugMode = true;
private final static boolean debugMode = false;

private static final Logger LOG = LoggerFactory.getLogger(JobScheduler.class.getName());

Expand Down

0 comments on commit d6bf8d2

Please sign in to comment.