mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #202] Logging level affects displaying the running status #168
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MC-Mihai on GitHub (Dec 18, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/202
Operating Systems
2x Windows 10 (1x OS Build 17763.194, 1x not checked), Ubuntu 18.04 LTS, Fedora 29
Barrier Version
v2.2.0-snapshoot-00000000 on Ubuntu
v2.1.0-snapshoot-773a0081 on Fedora
2x v2.1.0-RELEASE on Windows
Steps to reproduce bug
Other info
Doesn't seem to be affecting the functionality. At first I thought it was not starting at all, but it seems like it does start, although it does not display it. Only the options "Warning" and "Error" show this behavior, for both "Server" and "Client" options.
@AdrianKoshka commented on GitHub (Dec 18, 2018):
I'm going to assume you've added Barrier in the windows firewall?
@MC-Mihai commented on GitHub (Dec 19, 2018):
As I said, it does not affect the functionality, but the display of its status. It's a visual bug and shouldn't have something to do with the firewall, otherwise its behavior should've been different on Linux.
@jwestfall69 commented on GitHub (Jan 4, 2019):
The GUI status works by reading the stdout of the spawned cli barrier command and looks for specific strings (ie: connected to server) to determine and update the gui status. It appears those messages from the cli are printed at level "Note", which is below the level for "Warning". By setting the log level to "Warning" (or above) its causing the cli barrier to never print those "Note" messages needed by the gui for status updates.