Bug 86464

Summary: Remove libcurl verbose switch in journal-upload (217)
Product: systemd Reporter: Bert Voegele <bvoegelejunior>
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: minor    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.