-
Would be nice if REStake would use the logging solution instead of `timestamp(...)`. My suggestion is [winston](https://github.com/winstonjs/winston).
Benefits:
1) possibility to display logs in o…
-
# Update
Beta version is out! See the message below for detail:
- https://github.com/nonara/ts-patch/issues/93#issuecomment-1500795063
-
Do you support sys_refcurosrs? I can't seem to get this to work ok. The regular select statement works fine.
Here is my exception:
ORA-06550: line 1, column 123:
PLS-00103: Encountered the symbol ",…
-
Thanks to the awesome work of @tylerl0706 [we are close to have "Windows" (note the quotes ;-) ) support to build NodeOS](https://github.com/NodeOS/NodeOS/issues/291#issuecomment-246453361) thanks to …
-
### What version of OpenTelemetry are you using?
@opentelemetry/winston-transport@0.1.0
@opentelemetry/api-logs@0.49.1
winston-transport@4.5.0
typescript@5.3.3
### What version of Node are you …
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
### 🔎 Search Terms
warning
### The problem
[index.d.ts](https://github.com/winstonjs/winston/blob/6217120059c21b276aa258bb4c6ef4ac868a7985/index.d.ts#L146) claims `Logger` has a warning function. C…
kosta updated
7 months ago
-
### What version of OpenTelemetry are you using?
```
these are my deps
"@opentelemetry/instrumentation": "^0.43.0",
"@opentelemetry/instrumentation-winston": "^0.32.1",
"@opentelemetr…
-
I am a bit unsure it's a bug, because after further investigations I found a way to workaround this issue, using the provided **nodeModules** property of **NodeJsFunction**.
At the beginning, aft…
-
```
const winston = require('winston');
require('winston-daily-rotate-file');
const transport = new (winston.transports.DailyRotateFile)({
"name": "basic-log",
"datePattern": "YYYY-MM-DD",
…