performance upgrades by using clickhouse for logs
This commit is contained in:
@@ -4,8 +4,17 @@ return [
|
||||
'db' => [
|
||||
'path' => '/app/data/logging.db',
|
||||
],
|
||||
'clickhouse' => [
|
||||
'host' => 'clickhouse',
|
||||
'port' => 8123,
|
||||
'database' => 'jakach_logging',
|
||||
'username' => 'default',
|
||||
'password' => '',
|
||||
],
|
||||
'worker' => [
|
||||
'file_check_interval' => 500000,
|
||||
'buffer_flush_interval_ms' => 100,
|
||||
'buffer_max_rows' => 1000,
|
||||
],
|
||||
'sources' => [],
|
||||
'rules' => [
|
||||
|
||||
Reference in New Issue
Block a user