- 15 Aug, 2019 8 commits
-
-
Tomek Mrugalski authored
-
-
-
[727-reservation-client-classes-too-late-later-as-documented-for-depending-classes] Amended misleading notes
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
- 14 Aug, 2019 28 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
-
-
Remove repeated lines and corrected some of the descriptions.
-
-
Michal Nowikowski authored
added pattern field to config files in src/bin/keactrl/*conf.pre but commented to be used for deb/rpm packaging
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
-
doc/examples/netconf/simple-dhcp4.json doc/examples/netconf/simple-dhcp6.json src/bin/netconf/netconf_lexer.ll src/bin/netconf/netconf_parser.yy src/bin/netconf/location.hh src/bin/netconf/netconf_lexer.cc src/bin/netconf/netconf_parser.cc src/bin/netconf/netconf_parser.h src/bin/netconf/position.hh src/bin/netconf/stack.hh
-
doc/examples/agent/simple.json src/bin/agent/agent_lexer.ll src/bin/agent/agent_parser.yy src/bin/agent/agent_lexer.cc src/bin/agent/agent_parser.cc src/bin/agent/agent_parser.h src/bin/agent/location.hh src/bin/agent/position.hh src/bin/agent/stack.hh
-
doc/examples/ddns/sample1.json doc/examples/kea4/advanced.json src/bin/d2/d2_lexer.ll src/bin/d2/d2_parser.yy src/bin/d2/d2_lexer.cc src/bin/d2/d2_parser.cc src/bin/d2/d2_parser.h src/bin/d2/location.hh src/bin/d2/position.hh src/bin/d2/stack.hh src/bin/d2/tests/testdata/get_config.json
-
doc/examples/kea6/advanced.json doc/examples/kea6/all-keys-current.json src/bin/dhcp6/dhcp6_lexer.ll src/bin/dhcp6/dhcp6_parser.yy src/bin/dhcp6/dhcp6_lexer.cc src/bin/dhcp6/dhcp6_parser.cc src/bin/dhcp6/dhcp6_parser.h src/bin/dhcp6/location.hh src/bin/dhcp6/position.hh src/bin/dhcp6/stack.hh
-
doc/examples/kea4/all-keys-current.json Added pattern doc/sphinx/arm/logging.rst Revamped a bit src/lib/process/tests/log_parser_unittests.cc Updated to test pattern parsing
-
alloc_engine6_unittest.cc Removed extraneous spaces.
-
-
Added an optional "pattern" parameter to logger output options. It supports any combination of content described here: https://log4cplus.sourceforge.io/docs/html/classlog4cplus_1_1PatternLayout.html src/lib/log/output_option.* Added constants to define default patterns: OutputOption::DEFAULT_CONSOLE_PATTERN = "%D{%Y-%m-%d %H:%M:%S.%q} %-5p [%c/%i] %m\n"; OutputOption::DEFAULT_FILE_PATTERN = "%D{%Y-%m-%d %H:%M:%S.%q} %-5p [%c/%i] %m\n"; OutputOption::DEFAULT_SYSLOG_PATTERN = "%-5p [%c] %m\n"; OutputOption::pattern_ - new member for conveying pattern string src/lib/log/logger_manager_impl.* LoggerManagerImpl::createConsoleAppender() LoggerManagerImpl::createFileAppender() LoggerManagerImpl::createSyslogAppender() uses either paramater, option.pattern, or the appropriate default pattern LoggerManagerImpl::setAppenderLayout() - new, common method to set the layout, accepts a pattern string parameter LoggerManagerImpl::setConsoleAppenderLayout() LoggerManagerImpl::setSyslogAppenderLayout() - deleted src/lib/process/log_parser.cc LogConfigParser::parseOutputOptions() - now supports pattern src/lib/process/logging_info.* LoggingDestination::pattern_ - new member for conveying pattern string src/bin/dhcp4/dhcp4_lexer.ll src/bin/dhcp4/dhcp4_parser.yy Added "pattern" to the parser grammar
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- extra checks for parent pointer - comments corrected
-
Tomek Mrugalski authored
-
-
-
-
-
-
-
- 13 Aug, 2019 4 commits
-
-
Tomek Mrugalski authored
-
-
-
-