Re: [PATCH] doc: enhance the global log level documentation

2024-10-09 Thread Stephen Hemminger
On Wed, 26 Jun 2024 19:10:48 +0200 Ilya Maximets wrote: > On 6/26/24 17:09, David Marchand wrote: > > The current documentation is non intuitive in that the global log level > > can be understood as being a single knob controlling all components > > logs. > > On the contrary, all the global log l

Re: [PATCH] doc: enhance the global log level documentation

2024-06-26 Thread Ilya Maximets
On 6/26/24 17:09, David Marchand wrote: > The current documentation is non intuitive in that the global log level > can be understood as being a single knob controlling all components > logs. > On the contrary, all the global log level is for is to reduce verbosity > globally. > > Remove examples

[PATCH] doc: enhance the global log level documentation

2024-06-26 Thread David Marchand
The current documentation is non intuitive in that the global log level can be understood as being a single knob controlling all components logs. On the contrary, all the global log level is for is to reduce verbosity globally. Remove examples of setting --log-level=8|debug, which is a noop. Cc: