Log the error output for API
This commit is contained in:
parent
af68dbed8f
commit
c8a73fa608
3 changed files with 11 additions and 9 deletions
|
@ -16,6 +16,7 @@ class BuildApiLogTable extends Migration
|
|||
Schema::create('api_logs', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->boolean('authorized');
|
||||
$table->text('error')->nullable();
|
||||
$table->char('key', 16)->nullable();
|
||||
$table->char('method', 6);
|
||||
$table->text('route');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue