Latest version with support for webui and database logging
This commit is contained in:
45
worker.yml.dist
Normal file
45
worker.yml.dist
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
options:
|
||||
debug: 1
|
||||
log_file: /tmp/handbrake-cluster-client.log
|
||||
job_servers:
|
||||
- build0.example.com
|
||||
- build1.example.com
|
||||
gearman_prefix: dev
|
||||
|
||||
log_database:
|
||||
driver: mysql
|
||||
host: localhost
|
||||
database: handbrake_cluster
|
||||
user: handbrake
|
||||
password:
|
||||
table: worker_log
|
||||
columns:
|
||||
- level
|
||||
- ctime
|
||||
- pid
|
||||
- hostname
|
||||
- progname
|
||||
- line
|
||||
- message
|
||||
values:
|
||||
- %level
|
||||
- %time
|
||||
- %pid
|
||||
- %hostname
|
||||
- %progname
|
||||
- %line
|
||||
- %message
|
||||
message_pattern:
|
||||
- %L
|
||||
- %T
|
||||
- %P
|
||||
- %H
|
||||
- %S
|
||||
- %l
|
||||
- %m
|
||||
message_layout: %m
|
||||
timeformat: %s
|
||||
|
||||
# vim: set ft=yaml ts=2 expandtab :
|
||||
|
||||
Reference in New Issue
Block a user