mirror of
https://github.com/webmin/webmin.git
synced 2026-08-31 02:40:25 +01:00
This PR adds a "Binary Logging" page to configure log format, file size and retention, rotate or purge logs, and support restore sessions that do not write back to binary logs.
7 lines
297 B
HTML
7 lines
297 B
HTML
<header>Binary log base name</header>
|
|
|
|
<p>The base name for binary log files, to which a sequence number like
|
|
<tt>.000001</tt> is appended. A relative name creates the logs in the server's
|
|
data directory, while an absolute path can be used to store them elsewhere,
|
|
such as on a separate disk.</p>
|