Skip to content

improve debug logs #617

Closed
Closed
@dominikg

Description

@dominikg

Describe the problem

currently debug logging is very verbose, logging most hook invocations and a lot of other things. Leading to information overload.

It also uses vite:vite-plugin-svelte as namespace which puts it under vite instead of next to it.

Describe the proposed solution

  • remove logs where the information isn't needed or can be obtained with vite-plugin-inspect
  • change namespace to vite-plugin-svelte
  • a recent change introduced debug namespaces as an additional param, use them for grouping

Alternatives considered

keep as is

Importance

nice to have

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingbreaking change - requires a major releaseenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions