adeg
adeg
Explore posts from servers
CDCloudflare Developers
Created by adeg on 9/26/2024 in #workers-help
Source map in worker does’t work
5 replies
CDCloudflare Developers
Created by adeg on 9/26/2024 in #workers-help
Source map in worker does’t work
{ "message": [ "{"time":"2024-09-26T10:36:41.684Z","level":"ERROR","type":"Error","msg":"TEST ERROR","stack":"Error: test error\n at getUsers2 (index.js:39683:19)\n at async dispatch (index.js:11165:17)\n at async cors2 (index.js:12082:5)\n at async dispatch (index.js:11165:17)\n at async index.js:10475:5\n at async dispatch (index.js:11165:17)\n at async dispatch (index.js:11165:17)\n at async index.js:11389:25"}" ], "level": "log", "timestamp": 1727347001684 } This is the log message worker emitted. but expected to see something like
"stack": "Error: test error
at getUsers2 (file:///Users/alanwang/git/cloudflare-planetscale-hono-boilerplate/src/controllers/user.controller.ts:29:18)
at async dispatch (file:///Users/alanwang/git/cloudflare-planetscale-hono-boilerplate/node_modules/hono/dist/compose.js:29:17)
"stack": "Error: test error
at getUsers2 (file:///Users/alanwang/git/cloudflare-planetscale-hono-boilerplate/src/controllers/user.controller.ts:29:18)
at async dispatch (file:///Users/alanwang/git/cloudflare-planetscale-hono-boilerplate/node_modules/hono/dist/compose.js:29:17)
which is what I got locally with wrangler dev run npx wrangler deploy --dry-run --outdir dist I can get the index.js and index.js.map file.
5 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
I hope that they would have...
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
doesnt have the full log
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
it doesn't have it
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
I did
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
from the id, I can recover the transfer...
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
users are transferring their assets, we lost our db due to some unknown reason. we trying to recover the data. log records the the transfer activities. In the log, I print the assets and id of the transfer, but assets string could be very long like over 100,000, I print the id at the last of the line... so I won't be able to see it I'm trying to get the id of the transfer that is saved in the logs
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
what should I do?
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
do you mind relexing the per line length limit for me? or get the logs for me?
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
could be 150000 charaters max
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
I know this but it doesn't work
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
it doesn't work, I checked the response from the server, even the response doesn't show the full log
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
I mean, in observability each line of my log is too long, observability only shows a chunk of it, how to make it show the full log?
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
can't that return my logs?
34 replies
RRailway
Created by adeg on 12/11/2023 in #✋|help
how to export all the logs showing on the dashboard?
I can still search it in the observability
34 replies