Skip to content

Commit 7ef1a5a

Browse files
committed
Added a bit of extra debug logging
1 parent 49e3709 commit 7ef1a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverscripts/geoserver.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def extract_from_logfiles(logfile):
126126

127127
logfiles = glob.glob(logfile + "*")
128128
for logfile in logfiles:
129+
logger.debug("Reading logfile %s", logfile)
129130
if logfile.endswith(".gz"):
130131
f = gzip.open(logfile, "rt")
131132
else:

0 commit comments

Comments
 (0)