Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# HyperLog Android

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/licenses/MIT) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[ ![Download](https://api.bintray.com/packages/piyushgupta27/maven/hyperlog/images/download.svg) ](https://bintray.com/piyushgupta27/maven/hyperlog/_latestVersion)

* [Overview](#overview)
* [Log format](#log-format)
Expand Down Expand Up @@ -104,7 +103,7 @@ File file = HyperLog.getDeviceLogsInFile(this);
```

## Push Logs Files to Remote Server
Logs file can be pushed to your remote server or `RequestBin`(for testing) or to [`Logstash`](https://www.elastic.co/products/logstash).
Logs file can be pushed to your remote server or [`RequestBin`](https://requestb.in/)(for testing) or to [`Logstash`](https://www.elastic.co/products/logstash).

**Steps:**

Expand Down