Skip to content

console logs from plugins are mixed and hard to debug #1817

@Victozee26

Description

@Victozee26

Check for existing issues

  • Completed

Describe the feature

the system console with erudu plugin shows logs from the core app and all plugins together

there is no label to show which plugin or system part created a log, warning, or error

when many plugins are installed, it becomes very hard to debug plugins or track problems

add something like acode.console.log() for plugins templates or something

logger can automatically add a short plugin name before the log, so we know where it comes from

This makes debugging easier for plugin developers and users

If applicable, add mockups / screenshots to help present your vision of the feature

acode.console.log("plugin loaded");

output

[ Plugin name ] plugin loaded

Metadata

Metadata

Assignees

No one assigned

    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