Skip to content

Commit

Permalink
Merge pull request #95 from GetStream/bugfix/fix-logs-prefix
Browse files Browse the repository at this point in the history
Fix log prefix
  • Loading branch information
sierpinskid authored Mar 21, 2024
2 parents 2b3fff5 + a8eb1ed commit 465a2c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public StreamVideoLowLevelClient(IWebsocketClient coordinatorWebSocket, IWebsock
_logs = logs ?? throw new ArgumentNullException(nameof(logs));
_config = config ?? throw new ArgumentNullException(nameof(config));

_logs.Prefix = "[Stream Chat] ";
_logs.Prefix = "[Stream Video] ";

_requestUriFactory = new RequestUriFactory(authProvider: this, connectionProvider: this, () =>
BuildStreamClientHeader(new UnityApplicationInfo()));
Expand Down

0 comments on commit 465a2c0

Please sign in to comment.