Skip to content

Logging #24

@HubbeKing

Description

@HubbeKing

The current thought is to use a database to store logs, having the log for each channel in a separate table.

The columns in the table would then be nick, timestamp, type, and message.

MySQL or some actual proper database would be preferable, if we can get a server going and maintained for that.

We can use sqlite, but scalability becomes a problem, and we start having to split logs per year or even month (still unsure as to how well sqlite scales, my guess is not well)

Moving the user aliases into this same database for easy stat-creation would also be good.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions