Skip logging data for the 'upload-scibe-logs-event''
Summary:
Logging data for this event turnslogs into unreadable mess
{F789339377}
Reviewed By: lblasa
Differential Revision: D40978819
fbshipit-source-id: ac0894b2a490aa902180c50e7712b168211c7013
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2a108854d2
commit
26241cf5c0
@@ -165,7 +165,12 @@ export function createFlipperServerWithSocket(
|
||||
if (connected) {
|
||||
const id = ++requestId;
|
||||
return new Promise<any>((resolve, reject) => {
|
||||
console.debug('flipper-server: exec >>>', id, command, args);
|
||||
console.debug(
|
||||
'flipper-server: exec >>>',
|
||||
id,
|
||||
command,
|
||||
command === 'intern-upload-scribe-logs' ? undefined : args,
|
||||
);
|
||||
|
||||
pendingRequests.set(id, {
|
||||
resolve,
|
||||
|
||||
Reference in New Issue
Block a user