[MDEV-8009] sql_error_log_dir or generic error_log_dir Created: 2015-04-17 Updated: 2015-11-17 Resolved: 2015-04-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Plugin - SQL_ERROR_LOG |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Peter McLarty | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Could we have and sql_error_log_dir or perhaps with all these features a log_dir for error, slow sql_error and anything else to set a directory to write all theses logs to. All logs default to the log_dir unless an absolute path is set for the log file name, could be a useful feature. |
| Comments |
| Comment by Sergei Golubchik [ 2015-04-20 ] |
|
There is an sql_error_log_filename option, you can specify a path there. Why would you need a separate sql_error_log_dir? |
| Comment by Peter McLarty [ 2015-04-22 ] |
|
The documentation needs augmentation, there is no mention in the documentation of the filename having a path and that to change it or some of the other values you need to set in the server configuration. Happy with that |
| Comment by Ian Gilfillan [ 2015-04-22 ] |
|
I have documented that the option can also accept a path. |