}
     catch ( const std::exception &ex )
     {
-        GlobalLogger.notice() << "Exception during ICMP parse: " << ex.what()
-                              << std::endl;
+        GlobalLogger.info() << "Exception during ICMP parse: " << ex.what()
+                            << std::endl;
         icmp_packet.reset();
     }
     catch ( ... )
     {
-        GlobalLogger.notice() << "Exception during ICMP parse." << std::endl;
+        GlobalLogger.info() << "Exception during ICMP parse." << std::endl;
         icmp_packet.reset();
     }
 
     // check if directory exists
     if ( !I2n::path_exists( I2n::dirname(temp_name.str()) ) )
     {
-        GlobalLogger.notice() << "Not saving packet data because directory "
+        GlobalLogger.info() << "Not saving packet data because directory "
             << I2n::dirname(temp_name.str()) << " does not exist";
         return;
     }
     // check if directory exists
     if ( !I2n::path_exists( I2n::dirname(temp_name.str()) ) )
     {
-        GlobalLogger.notice() << "Not saving packet data because directory "
+        GlobalLogger.info() << "Not saving packet data because directory "
             << I2n::dirname(temp_name.str()) << " does not exist";
         return;
     }