fixed spacing in logger config
This commit is contained in:
parent
aef2f3070b
commit
e9ecb1e2fe
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
const logger = require('winston');
|
||||
|
||||
function LoggerConfig () {
|
||||
this.logLevel = 'debug';
|
||||
this.configure = (config) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue