mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-14 20:33:45 +02:00
Log the error output for API
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user