Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https api endpoint #4

Merged
merged 1 commit into from Dec 30, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Use https api endpoint

  • Loading branch information
linakis committed Dec 9, 2017
commit 2ec29b9a32bfb0afba85ffc090c9aa37514627e1
@@ -29,7 +29,7 @@
* @author tony19@gmail.com
*/
public class LogglyClient implements ILogglyClient {
private static final String API_URL = "http://logs-01.loggly.com/";
private static final String API_URL = "https://logs-01.loggly.com/";
private final ILogglyRestService loggly;
private final String token;
private String tags;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.