Project

General

Profile

Actions

Feature #39290

open

Add :registration named logger with session markers

Added by Pablo Méndez Hernández about 1 month ago. Updated about 1 month ago.

Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Add a dedicated :registration named logger that lets operators enable debug-level registration logging without flooding the main log with SQL queries or view rendering.

At the default info level, only session markers appear:
- session_start (GET /register) with org, location, hostgroup
- session_complete (POST /register) with host name, action (created/updated), duration_ms

At debug level, companion Katello PRs emit Candlepin per-call timing and cache HIT/MISS decisions using the same logger.

The logger is configured independently via settings.yaml:

:logging:
  :loggers:
    :registration:
      :level: debug
Actions #1

Updated by The Foreman Bot about 1 month ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/theforeman/foreman/pull/10975 added
Actions #2

Updated by The Foreman Bot about 1 month ago

  • Pull request deleted (https://github.com/theforeman/foreman/pull/10975)
Actions #3

Updated by The Foreman Bot about 1 month ago

  • Pull request https://github.com/theforeman/foreman/pull/10946 added
Actions

Also available in: Atom PDF