chore: log

parent c2293e45
......@@ -289,7 +289,7 @@ class S3ReplayRecorder(ServerReplayRecorder):
self.s3 = boto3.client('s3')
def push_to_s3(self, session_id):
logger.debug("push to server")
logger.debug("push to s3")
try:
self.s3.upload_file(
os.path.join(self.app.config['LOG_DIR'], session_id + '.replay.gz'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment