Bug #21093 Documentation about error log not complete
Submitted: 17 Jul 2006 10:11 Modified: 13 Oct 2006 18:09
Reporter: Oli Sennhauser Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:5.0 OS:
Assigned to: Paul DuBois CPU Architecture:Any
Tags: error log, log_warnings

[17 Jul 2006 10:11] Oli Sennhauser
Description:
In Chap. "5.12.1. The Error Log" there is no comment on the flag log_warnings nor is somewhere explained which levels of warnings are available (1, >1).

How to repeat:
n.a.

Suggested fix:
IMHO it should be written in this chapter that error log can be influenced by show _warnings and which warning is influenced by which show_warnings level:
0 no warnings only error
1 warnings to
>1 also connection errrors.
[18 Sep 2006 14:46] john danilson
on the page documenting connection errors: http://dev.mysql.com/doc/refman/5.0/en/gone-away.html
reference is made of the server settings:
--log-warnings=2, 
quote:
You can get more information about the lost connections by starting mysqld with the --log-warnings=2  option. This logs some of the disconnected errors in the hostname.err file. See Section 5.12.1, “The Error Log”.
end quote.
However, section 5.12.1 referenced above contains no information about log-warnings.   Nor can I find documentation of this setting anywhere in the documentation. 

I verified that the same reference and corresponding omission occurs in the 5.1 documentation as well.
[13 Oct 2006 18:09] Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.