はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
====== View Logs ======
This interface allows you to view the various logs that are written by DokuWiki. By default, there shouldn't be much
here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, chances are high
you'll find useful information about the problem. All times are UTC!
Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets.
Be sure to redact the logs appropriately when posting them on the forum or in bug reports!
+10
View File
@@ -0,0 +1,10 @@
<?php
/**
* English language file for logviewer plugin
*
* @author Andreas Gohr <andi@splitbrain.org>
*/
$lang['menu'] = 'View Logs';
$lang['date'] = 'Date';
$lang['js']['filter'] = 'Filter Loglines:';
+1
View File
@@ -0,0 +1 @@
There are no log entries for the selected day and log facility.