Compare commits
1 Commits
ad87772da9
...
01c234782e
Author | SHA1 | Date | |
---|---|---|---|
01c234782e |
@ -4,7 +4,7 @@ import winston from "winston";
|
||||
export const DEBUG = !!process.env.DEBUG;
|
||||
export const logger = winston.createLogger({
|
||||
level: DEBUG ? "debug" : process.env.LOG_LEVEL ?? "info",
|
||||
transports: [new winston.transports.Console()],
|
||||
transports: [new winston.transports.()],
|
||||
});
|
||||
|
||||
export function getNationalNumber(input: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user