Remove debug taffybar logging

This commit is contained in:
2026-02-13 01:07:37 -08:00
committed by Kat Huang
parent 71c624326e
commit 97041009d9

View File

@@ -1,10 +1,12 @@
# Taffybar log levels # Taffybar log levels
# Format: LoggerName: LEVEL # Format: LoggerName: LEVEL
# Levels: DEBUG INFO NOTICE WARNING ERROR CRITICAL ALERT EMERGENCY # Levels: DEBUG INFO NOTICE WARNING ERROR CRITICAL ALERT EMERGENCY
System.Taffybar: DEBUG #
StatusNotifier: DEBUG # This file exists to selectively enable verbose logging when debugging.
System.Taffybar.Context: DEBUG # Normal/default operation should keep the log quiet (root logger is set to
System.Taffybar.Information.Hyprland: DEBUG # WARNING in `taffybar.hs`).
System.Taffybar.Widget.Workspaces: DEBUG #
Graphics.UI.GIGtkStrut: DEBUG # Example (uncomment as-needed):
System.Taffybar.DBus.Toggle: DEBUG # System.Taffybar.DBus.Toggle: DEBUG
# Graphics.UI.GIGtkStrut: DEBUG
{}