Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Kea
Kea
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 416
    • Issues 416
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 66
    • Merge Requests 66
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #1118

Closed
Open
Opened Feb 06, 2020 by voroninvrn@voroninvrn

Log4cplus:ERROR No appenders could be found for logger (kea-dhcp4.packets)

I added the configuration for the logging system, after applying the configuration in the logs I found this error: Log4cplus: ERROR No appenders could be found for logger (kea-dhcp4.packets) How to enable packets logging? Kea-1.6.1-Stable

{ "loggers": [ { "name": "kea-dhcp4.leases]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.bad-packet]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.packets]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.dhcp4]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.dhcpsrv]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.ha-hooks", "output_options": [ { "output": "/var/log/kea-ha.log" } ], "severity": "INFO" //"INFO" } ] }

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: isc-projects/kea#1118