Remove noisy debug log
This commit is contained in:
parent
fce6e92d9d
commit
c6a2d2a449
@ -54,8 +54,6 @@ use Mcamara\LaravelLocalization\Facades\LaravelLocalization;
|
|||||||
|
|
||||||
Route::get('/uptime', function () {
|
Route::get('/uptime', function () {
|
||||||
|
|
||||||
Log::debug('Received uptime hit');
|
|
||||||
|
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'app' => config('app.name'),
|
'app' => config('app.name'),
|
||||||
'status' => 'up',
|
'status' => 'up',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user