application-log-winston-interface
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "application-log-winston-interface", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A wrapper around initialising Winston with Application-Log Standard levels, colours, and specific formats.", | ||
@@ -5,0 +5,0 @@ "main": "source/main.js", |
@@ -128,3 +128,3 @@ #!/usr/local/bin/node | ||
if( max_size != null && typeof(max_size) === 'number' ){ | ||
WinstonLogger_Transports.file_debug.maxsize = maz_size; | ||
WinstonLogger_Transports.file_debug.maxsize = max_size; | ||
} | ||
@@ -131,0 +131,0 @@ if( max_files != null && typeof(max_files) === 'number' ){ |