Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug-log: add helpful hint msg about previous log_dir #518

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 14, 2018

  1. cleanup: avoid passing TCMU_LOG_FILENAME macro over func args

    Signed-off-by: Prasanna Kumar Kalever <[email protected]>
    Prasanna Kumar Kalever committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    dbf9fde View commit details
    Browse the repository at this point in the history
  2. debug-log: add helpful hint msg about previous log_dir

    Logs on new log file path look like:
    
    2018-12-14 18:30:31.154 14398 [CRIT] create_file_output:480:
      log file path now is '/var/log/gluster-block/tcmu-runner.log'
    2018-12-14 18:30:31.154 14398 [CRIT] tcmu_resetup_log_file:748:
      you may find previous logs at '/var/log/tcmu-runner.log'
    
    Signed-off-by: Prasanna Kumar Kalever <[email protected]>
    Prasanna Kumar Kalever committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    a7f89f3 View commit details
    Browse the repository at this point in the history