Skip to content

Lack of log file rotation or size management in botLogger.js may cause issues #3

@Miatya

Description

@Miatya

Problem

The logging in botLogger.js appends logs to files with filenames based on the current date, but there may be no log rotation, archiving, or error handling for large file sizes. Over time, this could cause performance issues or data loss.

Potential Solution

Consider implementing log rotation, size-based pruning, or archiving.

Relevant code:
See botLogger.js code

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