Added loading of config from require paths, and now defaults to console appender with basic layout
This commit is contained in:
10
lib/log4js.json
Normal file
10
lib/log4js.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"appenders": [
|
||||
{
|
||||
"type": "console",
|
||||
"layout": {
|
||||
"type": "basic"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user