Project

General

Profile

Actions

Support #23456

closed

where is the log of src\journal\JournalPlayer.cc

Added by liuzhong chen about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
% Done:

0%

Tags:
Reviewed:
Affected Versions:
Pull request ID:

Description

when I add "debug_journal = 20/20 debug_journaler = 20/20" in ceph.conf.And I restart ceph-mon deamon ceph-mgr deamon.Then I write rbd by fio.
But I can not find log of src\journal\JournalPlayer.cc in /var/log/ceph/ directory.Just like "ldout(m_cct, 20) << func << dendl;" below.

bool JournalPlayer::try_pop_front(Entry *entry, uint64_t *commit_tid) {
  ldout(m_cct, 20) << __func__ << dendl;
  Mutex::Locker locker(m_lock);

I want to ask whick log file the log of src\journal\JournalPlayer.cc will be print?
my ceph version ceph-12.2.2
Thank you!

Actions

Also available in: Atom PDF