modified cron jobs
This commit is contained in:
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
use DB;
|
||||
|
||||
use Commands\Library\CommandHelper;
|
||||
|
||||
use App\Models\ScheduledTask\ScheduleJob;
|
||||
|
||||
class DumpFleets extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'services:dumpfleets';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Command to remove all current fleets from the database';
|
||||
|
||||
/**
|
||||
* Create a new command instance.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
//Create the command helper container
|
||||
$task = new CommandHelper('DumpFleets');
|
||||
//Add the entry into the jobs table saying the job is starting
|
||||
$task->SetStartStatus();
|
||||
|
||||
//Dump all fleets from the table to start a new day
|
||||
DB::table('Fleets')->delete();
|
||||
|
||||
//Mark the job as finished
|
||||
$task->SetStopStatus();
|
||||
}
|
||||
}
|
||||
+7
-11
@@ -17,7 +17,6 @@ class Kernel extends ConsoleKernel
|
||||
Commands\GetCorps::class,
|
||||
Commands\SendMail::class,
|
||||
Commands\UpdateMoonPricing::class,
|
||||
Commands\DumpFleets::class,
|
||||
Commands\CalculateMarketTax::class,
|
||||
Commands\holdingfinances::class,
|
||||
Commands\RunCloneSaver::class,
|
||||
@@ -34,21 +33,18 @@ class Kernel extends ConsoleKernel
|
||||
$schedule->command('services:corpjournal')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:getcorps')
|
||||
->daily()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:holdingjournal')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:updatemoonprice')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:dumpfleets')
|
||||
->dailyAt('05:00')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:getcorps')
|
||||
->monthlyOn(1, '09:00')
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:calculatemarkettax')
|
||||
->monthlyOn(1, '08:00')
|
||||
->withoutOverlapping();
|
||||
$schedule->command('services:holdingjournal')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
//$schedule->command('services:clonesaver')
|
||||
// ->everyMinute()
|
||||
// ->withoutOverlapping();
|
||||
|
||||
@@ -38,13 +38,6 @@
|
||||
<a class="dropdown-item" href="/jumpbridges/overall">Jump Bridge Usage</a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdoownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Fleet</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropDownMenuLink">
|
||||
<a class="dropdown-item" href="/fleets/display">Display</a>
|
||||
<a class="dropdown-item" href="/fleets/register">Register</a>
|
||||
</div>
|
||||
</li>
|
||||
@if(auth()->user()->hasPermission('logistics.minion') && 0)
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdoownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Logistics</a>
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.06s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.04s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-24 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.05s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-25 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.18s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.14s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-25 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-26 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-26 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.70s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-26 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.11s/100]
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.06s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.06s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-27 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.11s/100]
|
||||
[2019-01-28 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.39s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.12s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.61s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-28 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.20s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.97s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-29 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.51s/100]
|
||||
[2019-01-30 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.14s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.05s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.12s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.11s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-30 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.12s/100]
|
||||
[2019-01-31 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.11s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-01-31 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.11s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.05s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:02] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.05s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.13s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.12s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.04s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.13s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:03] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.08s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-01 00:00:04] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
@@ -1,34 +0,0 @@
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/alliances/99004116/corporations/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98048488/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98097414/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98139880/?datasource=tranquility [t/e: 0.13s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98156652/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98181474/?datasource=tranquility [t/e: 0.10s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98204746/?datasource=tranquility [t/e: 0.04s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98251577/?datasource=tranquility [t/e: 0.05s/100]
|
||||
[2019-02-02 00:00:06] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98255095/?datasource=tranquility [t/e: 0.09s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98287666/?datasource=tranquility [t/e: 0.61s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98321973/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98326827/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98419905/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98429796/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98432934/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98440336/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98444508/?datasource=tranquility [t/e: 0.07s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98455521/?datasource=tranquility [t/e: 0.03s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503495/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98503820/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98521776/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98536085/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98548700/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98554805/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98555383/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98561316/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98566528/?datasource=tranquility [t/e: 0.05s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98568667/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:07] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/98571489/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:08] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/651964021/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:08] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/991122944/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:08] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1109790549/?datasource=tranquility [t/e: 0.04s/100]
|
||||
[2019-02-02 00:00:08] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1129235924/?datasource=tranquility [t/e: 0.02s/100]
|
||||
[2019-02-02 00:00:08] eseye.INFO: [http 200, ok] get -> https://esi.evetech.net/latest/corporations/1730759390/?datasource=tranquility [t/e: 0.02s/100]
|
||||
Reference in New Issue
Block a user