Skip to content

Commit aed098c

Browse files
committed
Add journalctl support for log_messages
1 parent 59dfac2 commit aed098c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ public function _getLogData($log) {
664664

665665
private function _getOutputFromExecCommand ($command) {
666666
$log = '';
667-
echo $command;
668667
$fd = popen($command, 'r');
669668
if ($fd) {
670669
$n = 0;

0 commit comments

Comments
 (0)