We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ff204 commit 5b54692Copy full SHA for 5b54692
src/LogHandler.php
@@ -91,9 +91,6 @@ public function get_file_issues()
91
return "The file ({$this->settings['file_path']}) was not found. " .
92
'You can specify a different file/location in the settings (check readme.md).';
93
}
94
- if (0 == $this->get_size()) {
95
- return 'Your log file is empty.';
96
- }
97
$mbs = $this->get_size() / 1024 / 1024; // in MB.
98
if ($mbs > 100) {
99
if (! isset($_GET['ignore'])) {
0 commit comments