Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 513
    • Issues 513
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 47
    • Merge requests 47
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #916

Closed
Open
Created Sep 20, 2019 by Wlodzimierz Wencel@wlodekMaintainer

Stop supporting obsolete logging configuration (and check ARM examples)

We moved logging section inside specific server configuration.

Old:

{
    "Dhcp4": {},
    "Logging": {
        "loggers": []
    }
}

New:

{
    "Dhcp4": {
        "loggers": []
    }
}

Right now we are issuing warning in logfile for misplaced logging configuration (DCTL_CONFIG_DEPRECATED server configuration includes a deprecated object: The top level element, 'Logging', has been deprecated. Loggers should be defined with the 'loggers[]' element within the 'Control-agent' scope.) but this, as planned, should change to error in 1.7.X

point of this ticket is to check ARM and all examples we have that there is just 'new' way there.

There are two tasks to complete here:

  1. review existing examples.
  2. change the logic to actually reject the old syntax.
Edited Oct 03, 2019 by Tomek Mrugalski
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking