mirror of
https://github.com/citra-emu/discord-bot.git
synced 2025-01-03 16:45:34 +00:00
Added config module to logging.
This commit is contained in:
parent
aa7b30680e
commit
0e00edf27c
|
@ -1,3 +1,4 @@
|
||||||
|
var config = require('config');
|
||||||
var winston = require('winston');
|
var winston = require('winston');
|
||||||
winston.emitErrs = true;
|
winston.emitErrs = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue