aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-02 13:42:39 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-02 13:42:39 -0500
commit11a5bbf9b53f9462b66e5ff1ead51d04eed460ea (patch)
treec35fbe4d85b5d7f8ba22a7beca2279e952c97e5e /MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs
parente52eb2219b1410fa2fe2343cc4f1e26fcc0af98b (diff)
update recording data
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs8
1 files changed, 6 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs b/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs
index be2817fd2..2473f3af6 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/UsageReporter.cs
@@ -57,7 +57,9 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
CancellationToken = cancellationToken,
// Seeing block length errors
- EnableHttpCompression = false
+ EnableHttpCompression = false,
+
+ LogRequest = false
};
options.SetPostData(data);
@@ -99,7 +101,9 @@ namespace MediaBrowser.Server.Implementations.EntryPoints
CancellationToken = cancellationToken,
// Seeing block length errors
- EnableHttpCompression = false
+ EnableHttpCompression = false,
+
+ LogRequest = false
};
options.SetPostData(data);