mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

[bug] CLI Verbose mode (-v) does not overrides log

Open mike7ang1rdz opened this issue 1 year ago • 3 comments

Hello,

As the help indicates:

Usage: mosquitto [-c config_file] [-d] [-h] [-p port]

-v : verbose mode - enable all logging types. This overrides any logging options given in the config file.

when I use -v mode, it does not override logging options in my configuration:

my configuration looks like:

log_type error log_type warning log_dest file E:\mosquittoTest\log.log

running moquitto:

mosquitto.exe -c mosquitto.conf -v

mike7ang1rdz avatar Oct 24 '23 10:10 mike7ang1rdz