mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 20:50:22 -06:00
Update LogService.js
This commit is contained in:
@@ -449,7 +449,7 @@ class LogService extends BaseService {
|
||||
|
||||
let logger;
|
||||
|
||||
if ( ! config.no_winston )
|
||||
if ( ! config.no_winston && false )
|
||||
logger = new WinstonLogger(
|
||||
winston.createLogger({
|
||||
levels: WINSTON_LEVELS,
|
||||
|
||||
Reference in New Issue
Block a user