Logging for testing

This commit is contained in:
drigato 2014-04-16 16:36:19 -04:00
parent 284a1b8895
commit 837decb5c3
1 changed files with 1 additions and 2 deletions

View File

@ -223,8 +223,7 @@ class Application_Model_Systemstatus
$freeSpace = disk_free_space($storPath); $freeSpace = disk_free_space($storPath);
$totalSpace = disk_total_space($storPath); $totalSpace = disk_total_space($storPath);
//Logging::info($totalSpace - $freeSpace); //Logging::info($totalSpace - $freeSpace);
Logging::info(shell_exec("du -s /mnt/airtimepro/instances/1/1384/srv/airtime/stor | awk '{print $1}'")); Logging::info($_SERVER['AIRTIME_CONF']);
$partitions = array(); $partitions = array();