-
Here is my log4jsconfig.json
```
{
"appenders": [
{
"type": "log4js-protractor-appender"
},
{
"type": "file",
"filename": "./logs/log_file.log",
"maxL…
-
I am getting exception when trying this line:
log4js.addAppender(
mongoAppender.appender({connectionString: 'localhost:27017/logs'}),
'cheese'
);Exception:
Exception has occurred: Err…
-
Hello :). Thank you for porting & creating this library. Excellent work, that has helped me a great deal :).
I'm using my own layout for an appender.
https://github.com/log4js-node/log4js-node/…
-
Possibly related: #565
When adding a category to configuration, i'd expect the log messages to go to that configured category appenders and the default category. This would be really nice with log4…
l0ner updated
2 years ago
-
As discussed in [PR #1417](https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps/pull/1417) and [this comment](https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps/pull/1417#discussion_r1825295577), …
-
Figured this a bit different to the issue discussed in https://github.com/log4js-node/log4js-node/issues/822
-
```
Version: `0.11.1`
OS & Version: linux
Node version: `8.12.0`
Number of blocks synchronized: 0
```
We were just running some npm dependency checks, and came across some potentially vulnerab…
-
```javascript
var log4js = require('log4js');
log4js.configure({
"level": 0,
"appenders": [
{
"type": "gelf",
"host": "i_dont_exist.example.com",
"facility": "facil…
-
Dependencies and their chain, dependency with issue in bold
* [x] `circular-json` ->
* [x] `flat-entry-cache` -> **`eslint`** -> `videojs-standard`: see https://github.com/eslint/eslint/issues/112…
-
![image](https://user-images.githubusercontent.com/15718061/37529420-14218f28-2905-11e8-96de-e8185df23523.png)
See the screenshot for the output when running npm install in the euchre directory on Wi…