-
So in investigating, I've setup logging with 57290e0fd1a0eee2dd13da7fd91213bbcaad27e0 and because of that I am able to start focusing on where things are going wrong.
So our console is showing that…
-
I'm getting this error:
```
vagrant@precise64:/nodeapp$ node app.js
[2014-03-10 11:49:59.414] [INFO] app_log - ELB Access Log Analyzer Initiated...
log4js.fileAppender - Writing to file /nodeapp/logs…
ghost updated
10 years ago
-
When im starting the bot im getting this:
Loading log4js configuration from ./config/log_cli.json
D:\Kamil\osu-ahr-master\osu-ahr-master\node_modules\config\lib\config.js:844
throw new Error(…
-
Hi!
I've been bombarded with some users (namely FermatSleep, [which seems to be "rafael"](https://www.reddit.com/r/admincraft/comments/s1xqp3/identifying_potential_exposure_following_log4j/)) on my …
cocus updated
2 years ago
-
From the back of , I took a look at pino and found we should be able to drop it in with a few tweaks.
## Things I looked at
### `defaultMeta`
We use this to enrich all log entries emitted by …
-
When I try to log all the items of an array, it does it as long as the items count isn't bigger than a certain number (100?). Is this number configurable?
It's currently printing something like thi…
-
dependencies:
````
"dependencies": {
"@acala-network/api": "^3.0.2",
"@clover-network/node-types": "1.0.4",
"@polkadot/api": "^6.5.2",
"@phala/typedefs": "^0.2.29",
"command…
-
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Windows\system32>npm list
C:\Windows\system32
└── (empty)
C:\Windows\system32>npm install pomelo -g
npm http GET https:…
-
Hi! I'm having trouble getting the example to work. The returned token from the appID login don't seem to persist in the session or in a cookie, so I can't ever access the "protected" endpoint. Am I m…
-
#776 (and #743 ) added deep-clone of config to work around dateFile mutating a frozen/readonly config. Cloning breaks any inherited classes on appenders, e.g. own stream implementations.