mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 09:45:39 +01:00
Updated logging.js to read config.app
This commit is contained in:
parent
abf019ccb0
commit
23f2e06b55
@ -1,4 +1,6 @@
|
||||
{
|
||||
"app": "discord-bot",
|
||||
|
||||
"logdnaKey": "",
|
||||
"enableLogdnaLogging": false,
|
||||
"enableConsoleLogging": true,
|
||||
|
@ -26,7 +26,7 @@ if (config.enableLogdnaLogging === true && config.logdnaKey) {
|
||||
key: config.logdnaKey,
|
||||
ip: ip.address(),
|
||||
hostname: os.hostname(),
|
||||
app: 'services-services'
|
||||
app: config.app
|
||||
});
|
||||
logger.debug('[logging] Started LogDNA winston transport.');
|
||||
} else if (config.enableLogdna === true) {
|
||||
|
Loading…
Reference in New Issue
Block a user