Skip to content
  • Islam AbdelRahman's avatar
    Add macros to include file name and line number during Logging · e1916368
    Islam AbdelRahman authored
    Summary:
    current logging
    ```
    2017/03/14-14:20:30.393432 7fedde9f5700 (Original Log Time 2017/03/14-14:20:30.393414) [default] Level summary: base level 1 max bytes base 268435456 files[1 0 0 0 0 0 0] max score 0.25
    2017/03/14-14:20:30.393438 7fedde9f5700 [JOB 2] Try to delete WAL files size 61417909, prev total WAL file size 73820858, number of live WAL files 2.
    2017/03/14-14:20:30.393464 7fedde9f5700 [DEBUG] [JOB 2] Delete /dev/shm/old_logging//MANIFEST-000001 type=3 #1 -- OK
    2017/03/14-14:20:30.393472 7fedde9f5700 [DEBUG] [JOB 2] Delete /dev/shm/old_logging//000003.log type=0 #3 -- OK
    2017/03/14-14:20:31.427103 7fedd49f1700 [default] New memtable created with log file: #9. Immutable memtables: 0.
    2017/03/14-14:20:31.427179 7fedde9f5700 [JOB 3] Syncing log #6
    2017/03/14-14:20:31.427190 7fedde9f5700 (Original Log Time 2017/03/14-14:20:31.427170) Calling FlushMemTableToOutputFile with column family [default], flush slots available 1, compaction slots allowed 1, compaction slots scheduled 1
    2017/03/14-14:20:31.
    Closes https://github.com/facebook/rocksdb/pull/1990
    
    Differential Revision: D4708695
    
    Pulled By: IslamAbdelRahman
    
    fbshipit-source-id: cb8968f
    e1916368