Skip to content

Logger action is limited by 8 files then starts overwriting from the first log file. #1

@Jamir-boop

Description

@Jamir-boop

This happens on large bots that run for a long time, that log more than 8000 lines.

Image

Logs more than 8,000 lines, the logger wraps around and starts overwriting from the first log file.

Steps to reproduce:

  • Loop a Log Message action 8,001 times
  • Check the log files — the first file gets overwritten

Taskbot JSON attached.

Also label at StartLoggerSession.java#L82 should say the default is 1,000 lines.

@Pkg(label = "Maximum log entries per file", default_value_type = DataType.NUMBER, default_value = "1000")

If you have some ideas on mind I can try some fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions