]> git.datanom.net - pve-dhcp-server.git/blobdiff - dhcpd.pl
Added lease maintainance monitor
[pve-dhcp-server.git] / dhcpd.pl
index 2afdbcd638d99c3cefdf4924f0010a9f20b3217a..d2f34442116c17a5ca1ea74c59f529351bdfbea7 100644 (file)
--- a/dhcpd.pl
+++ b/dhcpd.pl
@@ -2,13 +2,13 @@
 
 use strict;
 use warnings;
-use PVE::DHCPServer qw(:constants);
+use PVE::DHCPServer;
 use Data::Dumper;
 
 my $server = PVE::DHCPServer->new(
     NODAEMON => 1,
     DEBUG => 1,
-    LOG_LEVEL => DEBUG);
+    LOG_LEVEL => INFO);
 
 #print Dumper($server);
 $server->run;
This page took 0.028581 seconds and 5 git commands to generate.