Skip to content

Log verbosity ignored if running in background #155

@CuriousMike56

Description

@CuriousMike56

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions