aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2017-11-13 23:06:03 +0100
committerTeddy Wing2017-11-13 23:06:03 +0100
commit00fc313eb14248401bc3b1863334f4b0c268007d (patch)
treee3e65a9f4f10bcbe1dc8ec2d76a1b32af77a83ee /src/lib.rs
parente93c2d1736bd2e08f9800f6d12bbe034194a38ad (diff)
downloadkipper-00fc313eb14248401bc3b1863334f4b0c268007d.tar.bz2
Log response body of HTTP calls
Log the HTTP response bodies to see if there's something we can gather from our connected services' API responses.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a526783..d106d16 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,6 +15,9 @@
// You should have received a copy of the GNU General Public License
// along with Kipper. If not, see <http://www.gnu.org/licenses/>.
+#[macro_use]
+extern crate log;
+
pub mod jenkins;
pub mod pull_request;