Project

General

Profile

Feature #8072

Updated by Zack Cerza about 10 years ago

A sample of paddles' log output: 
 <pre> 
 path           - /runs/teuthology-2014-04-10_22:35:02-upgrade:dumpling-x:stress-split-firefly-distro-basic-vps/jobs/184216/ 
 status         - 200 OK 
 method         - PUT 
 controller     - JobController.index 
 params         - [] 
 hooks          - ['TransactionHook', 'RequestViewerHook', 'CorsHook'] 


 /errors/invalid/?error_message=job with job_id 184442 already exists 
 path           - /runs/teuthology-2014-04-10_23:00:35-fs-firefly-distro-basic-plana/jobs/ 
 status         - 200 OK 
 method         - POST 
 controller     - JobsController.index 
 params         - [] 
 hooks          - ['TransactionHook', 'RequestViewerHook', 'CorsHook'] 


 path           - /errors/invalid/ 
 status         - 400 Bad Request 
 method         - POST 
 controller     - ErrorsController.invalid 
 params         - [('error_message', 'job with job_id 184442 already exists')] 
 hooks          - ['TransactionHook', 'RequestViewerHook', 'CorsHook'] 
 </pre> 

 Notice the lack of timestamps. I'd also like the format to be more pore compact.

Back