Skip to content

GitLab

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

Closed
Open
Created Jan 31, 2022 by Peter Davies@peterdDeveloper

rndc reload ignores changes to "querylog"

rndc reload ignores changes to "querylog":

The "querylog" statement in "options" appears not to get updated after BIND received an "rndc reload" command.
The "rndc querylog" does however change the logging of queries.
Configurations that define the "queries" logging category have "query logging" enabled and are not affected

There may be cause to update the ARM to describe this behaviour.

  1. Start BIND with no "querylog" statement in "options":
    rndc status
    query logging is OFF (queries are not logged)

  2. Change "querylog yes;" in "options":
    rndc reload
    rndc status
    query logging is OFF (queries are not logged) *

  3. Start BIND with "querylog no;" in "options":
    rndc reload
    rndc status
    query logging is OFF (queries are not logged)

  4. Change "querylog yes;" defined in "options":
    rndc reload
    rndc status
    query logging is NO (queries are not logged) *

  5. Start BIND with "querylog yes;" defined in "options:"
    rndc reload
    rndc status
    query logging is ON (queries are logged to syslog)

  6. Change "querylog no;" in "options":
    rndc reload
    rndc status
    query logging is ON (queries are logged to syslog) *

RT #20067

Assignee
Assign to
Time tracking