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