Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

[FEATURE] Add option for expanded log output #4

@jj-dominguez

Description

@jj-dominguez

I love the idea here and I definitely need something like this but in its current state the logs come back truncated to the first line which is not so useful for debugging data.

Current Example:

 {
    "type": "log",
    "text": "[Survey API] Submission successful: ",
    "level": "log",
    "timestamp": 1755811256306
  },
  {
    "type": "log",
    "text": "[Survey API] Success details: ",
    "level": "log",
    "timestamp": 1755811256306
  },
  {
    "type": "log",
    "text": "[SurveySlide] Partial submission result: ",
    "level": "log",
    "timestamp": 1755811256306
  },

Ideal

Ideally, the data returned would be more expansive, whether this be an option or the default.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions