We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b93ed commit 740902aCopy full SHA for 740902a
doc/ChangeLog
@@ -2,6 +2,7 @@
2
- Fix #383: log timestamps in ISO8601 format with timezone.
3
This adds the option `log-time-iso: yes` that logs in ISO8601
4
format.
5
+ - Fix to initialize log_time_iso value in options.
6
7
23 August 2024: Wouter
8
- Merge #376: Point the user towards tcpdump for logging individual
options.c
@@ -80,6 +80,7 @@ nsd_options_create(region_type* region)
80
opt->logfile = 0;
81
opt->log_only_syslog = 0;
82
opt->log_time_ascii = 1;
83
+ opt->log_time_iso = 0;
84
opt->round_robin = 0; /* also packet.h::round_robin */
85
opt->minimal_responses = 0; /* also packet.h::minimal_responses */
86
opt->confine_to_zone = 0;
0 commit comments