Skip to content

Commit

Permalink
Merge pull request #71 from jbemmel/remove_custom_logging2
Browse files Browse the repository at this point in the history
Remove custom logging config
  • Loading branch information
jbemmel authored Dec 6, 2023
2 parents e8e24f0 + 9e15f9f commit 720b5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions napalm_sros/sros.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
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
import logging

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 720b5ec

Please sign in to comment.