Skip to content

Commit

Permalink
Remove custom logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel committed Dec 6, 2023
1 parent 5f2da2d commit c378f95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions napalm_sros/sros.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
GET_IPV6_NEIGHBORS_TABLE,GET_LLDP_NEIGHBORS,GET_LLDP_NEIGHBORS_DETAIL, \
GET_NETWORK_INSTANCES,GET_NTP_PEERS,GET_NTP_SERVERS,GET_OPTICS, \
GET_PROBES_CONFIG,GET_ROUTE_TO,GET_SNMP_INFORMATION,GET_USERS
from napalm_sros.utils.utils import init_logging

from .api import get_bgp_neighbors, get_bgp_neighbors_detail

log = init_logging()
log = logging.getLogger(__file__)

class NokiaSROSDriver(NetworkDriver):
"""Napalm driver for Skeleton."""
Expand Down
12 changes: 0 additions & 12 deletions napalm_sros/utils/utils.py

This file was deleted.

0 comments on commit c378f95

Please sign in to comment.