Bug #57690 | impossible to redirect log-error to STDOUT in 5.1 | ||
---|---|---|---|
Submitted: | 24 Oct 2010 10:47 | Modified: | 19 Nov 2010 20:34 |
Reporter: | Alex Efros | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Logging | Severity: | S3 (Non-critical) |
Version: | 5.1.50 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | log-error, stdout |
[24 Oct 2010 10:47]
Alex Efros
[19 Nov 2010 20:34]
Sveta Smirnova
Thank you for the report. Verified as described, although there is perfect workaround: ln -s /dev/stderr ./errorlog.err Then start server with option log-error=./errorlog.err