-
```
karma start test/e2e/basic/karma.conf.js --log-level
/Users/vojta/Code/karma/node_modules/log4js/lib/logger.js:56
return this.level.isLessThanOrEqualTo(otherLevel);
^
Ty…
-
log4js 产生大量的buffer对象,导致内存暴涨
-
const userLogger = log4js.getLogger('user');
userLogger.addContext('userID', user.getID());
userLogger.info('this user just logged in');
Each user get their own files, it's OK.
but it seems that…
-
I have everything running reasonably well, with latest version of nextcloud and document server integrated together.
Though, soon after starting up, without any activity, I get these errors in the …
-
### Expected behaviour
In [`karma/lib/logger.js`](https://github.com/karma-runner/karma/blob/master/lib/logger.js#L23), `setup` should use the `layout.pattern` string if it exists.
### Actual beha…
-
I have two applications which import shared packages:
- A frontend bundled for the browser with react-scripts
- A nodejs backend
I'd like to move from console.log to log4js across both projects i…
-
The code support custom_tokens, but if the replacement is something like `ctx.request.body`,
I can't pass the option just like:
```
app.use(log4js.koaLogger(log4js.getLogger("http"), { level: 'aut…
-
按照教程一步步操作,发现log4js报错,按照教程操作,log4js会安装为3.X.X版本的,与您项目中的0.X.X版本的api有些差异,希望能更新为3.X.X版本,以免初学者采坑,谢谢!
-
Node Version:
```
node --version
v0.7.10-pre
```
NPM install info:
```
$ sudo npm install -g audit_couchdb
audit_couchdb@0.3.1 /usr/local/lib/node_modules/audit_couchdb
├── defaultable@0.5.0
├── op…
-