Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Restarts Multiple Time V1 #887

Closed
xCodeMuse opened this issue Dec 27, 2023 · 0 comments · Fixed by #925
Closed

Service Restarts Multiple Time V1 #887

xCodeMuse opened this issue Dec 27, 2023 · 0 comments · Fixed by #925
Assignees
Labels
bug Something isn't working P0 Highest priority PL V1

Comments

@xCodeMuse
Copy link
Contributor

The Problem

Error Log:

{
    "log": "Error: overwritten\n    at writeSync (/workspace/development/app/node_modules/thread-stream/index.js:465:13)\n    at ThreadStream.write (/workspace/development/app/node_modules/thread-stream/index.js:240:9)\n    at Pino.write (/workspace/development/app/node_modules/pino/lib/proto.js:215:10)\n    at Pino.LOG [as info] (/workspace/development/app/node_modules/pino/lib/tools.js:62:21)\n    at /workspace/development/app/dist/core/interfaces.js:693:30\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (/workspace/development/app/dist/core/interfaces.js:67:28)\n    at _next (/workspace/development/app/dist/core/interfaces.js:85:17)\n    at /workspace/development/app/dist/core/interfaces.js:90:13\n    at new Promise (<anonymous>)\n    at /workspace/development/app/dist/core/interfaces.js:82:16\n    at GSSeriesFunction._call (/workspace/development/app/dist/core/interfaces.js:724:11)\n    at /workspace/development/app/dist/core/interfaces.js:147:40\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (/workspace/development/app/dist/core/interfaces.js:67:28)\n    at _next (/workspace/development/app/dist/core/interfaces.js:85:17)\n    at /workspace/development/app/dist/core/interfaces.js:90:13\n    at new Promise (<anonymous>)\n    at /workspace/development/app/dist/core/interfaces.js:82:16\n    at GSSeriesFunction._internalCall (/workspace/development/app/dist/core/interfaces.js:175:11)\n    at /workspace/development/app/dist/core/interfaces.js:207:30\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (/workspace/development/app/dist/core/interfaces.js:67:28)\n    at _next (/workspace/development/app/dist/core/interfaces.js:85:17)\n    at /workspace/development/app/dist/core/interfaces.js:90:13\n    at new Promise (<anonymous>)\n    at /workspace/development/app/dist/core/interfaces.js:82:16\n    at GSSeriesFunction._observability (/workspace/development/app/dist/core/interfaces.js:209:11)\n    at GSFunction.eval [as fn] (eval at GSFunction (/workspace/development/app/dist/core/interfaces.js:556:9), <anonymous>:3:40)\n    at /workspace/development/app/dist/core/interfaces.js:519:46\n    at Generator.next (<anonymous>)\n    at asyncGeneratorStep (/workspace/development/app/dist/core/interfaces.js:67:28)\n    at _next (/workspace/development/app/dist/core/interfaces.js:85:17)\n",

    "stream": "stderr"}

The Solution

Debug and resolve the issue, Pino logger seems to be breaking at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Highest priority PL V1
Projects
None yet
2 participants