Skip to content

Commit

Permalink
Merge pull request #11 from PermafrostDiscoveryGateway/bug-ID-notReco…
Browse files Browse the repository at this point in the history
…gnized

added logging config script and new import for logging to match viz-s…
  • Loading branch information
julietcohen authored May 12, 2023
2 parents 50f192d + a6e8d12 commit 58bafd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pdgworkflow/pdgraster/RasterTiler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import time
import uuid
import logging
from . import logging_config
import os

import geopandas as gpd
Expand All @@ -11,7 +12,7 @@
from . import Palette
from . import WebImage

logger = logging.getLogger(__name__)
logger = logging_config.logger


class RasterTiler():
Expand Down

0 comments on commit 58bafd4

Please sign in to comment.