mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
more logging
This commit is contained in:
parent
c2b2a844d9
commit
2fa0f232b7
@ -88,6 +88,7 @@ class _OneWritableWarc:
|
||||
os.mkdir(self.directory)
|
||||
|
||||
self.finalname = self.next_filename(serial)
|
||||
self.logger.trace('opening %s', self.finalname)
|
||||
self.path = os.path.sep.join(
|
||||
[self.directory, self.finalname + self.open_suffix])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user