wailsapp / wails

Create beautiful applications using Go
https://wails.io
MIT License
23.25k stars 1.1k forks source link

Describe 'LogLevel' option context #3547

Open Sammy-T opened 1 week ago

Sammy-T commented 1 week ago

Have you read the Documentation Contribution Guidelines?

Description

It doesn't seem clear that the LogLevel option is only applied when using the wails build -debug command. My expectation from reading the documentation was to use it to set the log level when using the wails dev command but that isn't the case. See #3177

I think it should be clearly stated that the LogLevel option only applies to build output with -debug (and -windowsconsole for Windows) and that wails dev -loglevel [Log Level] should be used for the dev command.

I would've attempted to create a PR for this myself but Docusaurus runs out of memory on my computer which, from initial research, seems to be a known issue.

Self-service