Skip to content

Commit

Permalink
Added a bit of extra debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Jan 11, 2024
1 parent 49e3709 commit 7ef1a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverscripts/geoserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def extract_from_logfiles(logfile):

logfiles = glob.glob(logfile + "*")
for logfile in logfiles:
logger.debug("Reading logfile %s", logfile)
if logfile.endswith(".gz"):
f = gzip.open(logfile, "rt")
else:
Expand Down

0 comments on commit 7ef1a5a

Please sign in to comment.