Bug 86464 - Remove libcurl verbose switch in journal-upload (217)
Summary: Remove libcurl verbose switch in journal-upload (217)
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium minor
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-19 14:51 UTC by Bert Voegele
Modified: 2015-01-06 05:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bert Voegele 2014-11-19 14:51:57 UTC
journal-upload (217) creates a lot of log entries, which are essentially verbose libcurl output. This might be useful in case of debugging connection issues, but spams a central log with a lot of noise and puts some significant load on the sender (an RasPi in that case). The relevant place might be in src/journal-remote/journal-upload.c at line 246 :
               /* enable verbose for easier tracing */
                easy_setopt(curl, CURLOPT_VERBOSE, 1L, LOG_WARNING, );
Comment 1 Zbigniew Jedrzejewski-Szmek 2015-01-06 05:35:29 UTC
Fixed in http://cgit.freedesktop.org/systemd/systemd/commit/?id=5dabb1e.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.