|
@@ -18,6 +18,7 @@
|
|
|
#include <config.h>
|
|
|
|
|
|
#include <exceptions/exceptions.h>
|
|
|
+#include <log/logger_support.h>
|
|
|
#include "command_options.h"
|
|
|
#include "scan.h"
|
|
|
|
|
@@ -44,6 +45,7 @@ using namespace isc::badpacket;
|
|
|
|
|
|
/// \brief Main Program
|
|
|
int main(int argc, char* argv[]) {
|
|
|
+ isc::log::initLogger("badpacket");
|
|
|
|
|
|
try {
|
|
|
// Parse command
|