mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
chore(package): bump deps
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { createLogger, format, transports } from 'winston';
|
||||
|
||||
const { label, printf, prettyPrint, combine, colorize, simple } = format;
|
||||
const { combine, colorize, simple } = format;
|
||||
|
||||
const LOG_LEVEL = 'silly';
|
||||
const LOG_LEVEL = 'verbose';
|
||||
|
||||
export const Logger = createLogger({
|
||||
level: LOG_LEVEL,
|
||||
|
||||
Reference in New Issue
Block a user