Revision ad3cd39ccdb5734472918b5d844fd52a8eb893a7 authored by Igor Canadi on 25 April 2014, 13:51:16 UTC, committed by Igor Canadi on 25 April 2014, 13:51:16 UTC
Summary:
Now that we have column families involved, we need to add extra context to every log message. They now start with "[column family name] log message"

Also added some logging that I think would be useful, like level summary after every flush (I often needed that when going through the logs).

Test Plan: make check + ran db_bench to confirm I'm happy with log output

Reviewers: dhruba, haobo, ljin, yhchiang, sdong

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D18303
1 parent 46b3076
History
File Mode Size
win
README -rw-r--r-- 405 bytes
atomic_pointer.h -rw-r--r-- 4.9 KB
likely.h -rw-r--r-- 780 bytes
port.h -rw-r--r-- 917 bytes
port_example.h -rw-r--r-- 4.5 KB
port_posix.cc -rw-r--r-- 3.0 KB
port_posix.h -rw-r--r-- 12.9 KB
stack_trace.cc -rw-r--r-- 3.3 KB
stack_trace.h -rw-r--r-- 678 bytes

README

back to top