Remove Discord RPC log file #129

Closed
opened 2026-02-07 13:21:47 -08:00 by hikari · 0 comments
Owner

Description

The Discord RPC log file (discord_rpc.log) can grow quite large over time and is no longer needed now that RPC logs are visible in the Debug Console.

Current State

  • Discord RPC writes logs to discord_rpc.log file
  • Logs are also visible in the Debug Console
  • File can grow unbounded, consuming disk space

Proposed Changes

  1. Remove the file logging for Discord RPC
  2. Keep only the Debug Console logging
  3. Clean up any existing log files during app startup or update

Benefits

  • Reduces disk usage
  • Eliminates maintenance burden of managing log files
  • Debug Console already provides all needed visibility

Priority

Low - Minor cleanup/optimization

This issue was created with help from Hikari~ 🌸

## Description The Discord RPC log file (`discord_rpc.log`) can grow quite large over time and is no longer needed now that RPC logs are visible in the Debug Console. ## Current State - Discord RPC writes logs to `discord_rpc.log` file - Logs are also visible in the Debug Console - File can grow unbounded, consuming disk space ## Proposed Changes 1. Remove the file logging for Discord RPC 2. Keep only the Debug Console logging 3. Clean up any existing log files during app startup or update ## Benefits - Reduces disk usage - Eliminates maintenance burden of managing log files - Debug Console already provides all needed visibility ## Priority Low - Minor cleanup/optimization ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-02-07 21:15:42 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#129