fix(logging): updated entire server side to the new logging system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {log} from "../../logger/logger.js";
|
||||
import {createLog} from "../../logger/logger.js";
|
||||
|
||||
export const sendEmail = async () => {
|
||||
log.info("Preparing to send an email");
|
||||
createLog("info", "lst", "general", "Preparing to send an email");
|
||||
|
||||
// settings
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user