SAAS-374 Don't expose API key when a component has failed
This commit is contained in:
parent
dc05d9ddaf
commit
c5a6e81690
|
@ -221,10 +221,7 @@ class AirtimeCheck {
|
|||
}
|
||||
|
||||
public static function show_log_file($log) {
|
||||
exec("tail -5 $log", $output);
|
||||
self::output_comment("Displaying log file $log");
|
||||
self::output_comment($output);
|
||||
self::output_comment("");
|
||||
self::output_comment("Check the log file $log");
|
||||
self::output_comment("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue