Deployed 6b6d7fc to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-03-18 17:08:35 +00:00
parent 6a34bb12ab
commit 763db4b1b6
4 changed files with 271 additions and 20 deletions

View File

@@ -1690,6 +1690,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#configuring-advanced-logging-via-config" class="md-nav__link">
<span class="md-ellipsis">
Configuring advanced logging via config
</span>
</a>
</li>
</ul>
@@ -1909,6 +1918,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#configuring-advanced-logging-via-config" class="md-nav__link">
<span class="md-ellipsis">
Configuring advanced logging via config
</span>
</a>
</li>
</ul>
@@ -1985,6 +2003,9 @@ We will keep a compatibility layer for 1-2 versions (so both <code>buy_tag</code
<h2 id="hdf5-data-storage">hdf5 data storage<a class="headerlink" href="#hdf5-data-storage" title="Permanent link">&para;</a></h2>
<p>Using hdf5 as data storage has been deprecated in 2024.12 and was removed in 2025.1. We recommend switching to the feather data format.</p>
<p>Please use the <a href="../data-download/#sub-command-convert-data"><code>convert-data</code> subcommand</a> to convert your existing data to one of the supported formats before updating.</p>
<h2 id="configuring-advanced-logging-via-config">Configuring advanced logging via config<a class="headerlink" href="#configuring-advanced-logging-via-config" title="Permanent link">&para;</a></h2>
<p>Configuring syslog and journald via <code>--logfile systemd</code> and <code>--logfile journald</code> respectively has been deprecated in 2025.3.
Please use configuration based <a href="../advanced-setup/#advanced-logging">log setup</a> instead.</p>