Skip to content

Commit

Permalink
Set static realm
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Sep 7, 2024
1 parent 90d2437 commit 45acecf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/commands/log.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {DEFAULT_WS_PATHNAME_PREFIX, BaseDriver} from 'appium/driver';
import {util} from 'appium/support';
import _ from 'lodash';
import os from 'node:os';
import WebSocket from 'ws';
Expand Down Expand Up @@ -179,7 +178,7 @@ export function assignBiDiLogListener (logEmitter, properties) {
type,
level: finalEntry.level,
source: {
realm: util.uuidV4(),
realm: '',
},
text: finalEntry.message,
timestamp: finalEntry.timestamp,
Expand Down

0 comments on commit 45acecf

Please sign in to comment.