Searched refs:LOGGER (Results 1 – 4 of 4) sorted by relevance
42 LOGGER = logging.getLogger(__name__) variable146 LOGGER.debug(f'Sending UDP ping')199 LOGGER.debug(f'Packet: {ip}')201 LOGGER.debug('Packet is not IPv4!')204 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}')207 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}')210 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}')213 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}')216 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}')229 LOGGER.debug('Packet is not IPv6!')[all …]
28 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"30 LOGGER=echo40 $LOGGER "New Hostname ($interface): $new_host_name"44 $LOGGER "New Hostname ($interface): $new_host_name"66 $LOGGER "New IP Address ($interface): $new_ip_address"67 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"68 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"69 $LOGGER "New Routers ($interface): $new_routers"156 $LOGGER "New Classless Static Routes ($interface): $classless_routes"188 $LOGGER "New Static Routes ($interface): $new_static_routes"[all …]
19 LOGGER="logger -t power_profile -p daemon.notice"72 ${LOGGER} "changed to 'performance'"76 ${LOGGER} "changed to 'economy'"
229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then242 $LOGGER $S -t "$SELF[$$]" -p "$LOGFAC.$1" "$2"