Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log verbosity ignored if running in background #155

Open
CuriousMike56 opened this issue Oct 30, 2023 · 0 comments
Open

Log verbosity ignored if running in background #155

CuriousMike56 opened this issue Oct 30, 2023 · 0 comments

Comments

@CuriousMike56
Copy link
Member

The default configuration in the Linux server package contains:

foreground = n
verbosity = 1
logverbosity = 1 

With foreground disabled, the terminal output ends when it's forked into background as expected:

vmware_2023-10-30_18-42-04

However, with logverbosity = 1 the server.log file should contain the full output. Instead it mirrors the terminal output:

image

Verbosity settings work as expected if you enable foreground mode:

foreground = y
verbosity = 5
logverbosity = 0

image
image

PS: I had to upgrade my Linux Mint virtual machine from 20.2 to 21 in order to get the server package running, otherwise I got the dreaded GLIBC version not found error even after upgrading to 20.3 first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant