Skip to content

Commit

Permalink
feat: 支持记录作者元数据 TencentBlueKing#2817
Browse files Browse the repository at this point in the history
  • Loading branch information
felixncheng committed Dec 4, 2024
1 parent 0cf7c68 commit 56f0bdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class StreamService(
stream.saveAs()
}
stream.startPublish()
logger.info("User[$userId] publish stream $streamId")
logger.info("User[$author] publish stream $streamId")
return stream
}

Expand Down

0 comments on commit 56f0bdd

Please sign in to comment.