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