Project

General

Profile

Feature #1889

Updated by Sage Weil over 12 years ago

break out some structure from the log entries.    for starters, 

 - threadid 
 - timestamp 
 - log level 
 - subsystem 

 should be separate fields.    this will let us reassembled all the per-thread logs, condition dump by log level, and avoid timestamp formatting overhead.

Back