Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
ce1a69aa
Commit
ce1a69aa
authored
Feb 26, 2019
by
Daniel Salzman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refresh: don't log outgoing
parent
39c41e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
src/knot/events/handlers/refresh.c
src/knot/events/handlers/refresh.c
+3
-6
No files found.
src/knot/events/handlers/refresh.c
View file @
ce1a69aa
...
...
@@ -65,16 +65,13 @@
*/
#define REFRESH_LOG(priority, zone, remote, msg...) \
ns_log(priority, zone, LOG_OPERATION_REFRESH, LOG_DIRECTION_OUT, remote, msg)
#define _XFRIN_LOG(priority, operation, zone, remote, msg...) \
ns_log(priority, zone, operation, LOG_DIRECTION_IN, remote, msg)
ns_log(priority, zone, LOG_OPERATION_REFRESH, LOG_DIRECTION_NONE, remote, msg)
#define AXFRIN_LOG(priority, zone, remote, msg...) \
_XFRIN_LOG(priority, LOG_OPERATION_AXFR, zone
, remote, msg)
ns_log(priority, zone, LOG_OPERATION_AXFR, LOG_DIRECTION_IN
, remote, msg)
#define IXFRIN_LOG(priority, zone, remote, msg...) \
_XFRIN_LOG(priority, LOG_OPERATION_IXFR, zone
, remote, msg)
ns_log(priority, zone, LOG_OPERATION_IXFR, LOG_DIRECTION_IN
, remote, msg)
#define BOOTSTRAP_MAXTIME (24*60*60)
#define BOOTSTRAP_JITTER (30)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment