Skip to content

Limit console logging to 100 entries, add settings to change limit #61

Description

@RenzoraEngine

Problem

Console logging currently allows 1,000 logs. when the log is full, it contributes to frame rate drops due to extra entities rendering on screen.

Proposed Solution

Limit console logs to around 100. Add a settings category to allow users to select their own limit

Alternatives Considered

I have tried grouping duplicate console logs, it needs more aggressive optimizations.

Area

Which part of the engine does this affect?

  • Editor UI
  • Rendering / Post-Processing
  • Physics
  • Scripting (Lua/Rhai)
  • Blueprint Visual Scripting
  • Animation
  • Terrain
  • Particles
  • Scene Management
  • Import / Export
  • Audio
  • 2D
  • Runtime
  • [ /] Other: Debugging

Additional Context

na

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions