You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swiftbar now is capturing `stderr` in addition to `stdout`, which made
all the logging info get spammed to the menubar.
We now default to log level critical - log output is only necessary
during debugging, so stifle all log output during normal runs by
Swiftbar and Xbar.
Closes#26
Signed-off-by: Joe Block <[email protected]>
Copy file name to clipboardExpand all lines: Changelog.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,8 @@
20
20
21
21
## 1.3.1
22
22
23
-
- Add `/opt/homebrew/bin` to the plugin's `$PATH` when it exists and is a directory.
23
+
- Add `/opt/homebrew/bin` to the plugin's `$PATH` when it exists and is a directory.
24
+
25
+
## 1.3.2
26
+
27
+
- Swiftbar started capturing `stderr` in addition to `stdout`, causing log messages to spam the menu bar. Default to log level critical so we don't spam log messages (that no one was seeing anyway) except when we're testing.
0 commit comments