Skip to content

Color formatting is not working for lines longer than 1000 character #4

@matobodo

Description

@matobodo

when logging lines longer than 1000 character discord is not using syntax highlighting for these log messages

logger.error('1000' + '.' * 992)
logger.error('1001' + '.' * 993)

image

tested working solution is to split longer lines into max length of 996 characters

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions