Reworked log data format, overhauled snackbar
This commit is contained in:
6
app/imports/server/config/SyncedCronConfig.js
Normal file
6
app/imports/server/config/SyncedCronConfig.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { SyncedCron } from 'meteor/percolate:synced-cron';
|
||||
|
||||
SyncedCron.config({
|
||||
// Log job run details to console
|
||||
log: false,
|
||||
});
|
||||
Reference in New Issue
Block a user