Skip to content

Commit cd354b6

Browse files
committed
Add proxy log
1 parent 648b398 commit cd354b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instagram/ins_web_api.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ defmodule Ins.Web.API do
168168
headers = generate_header(params)
169169
proxy_option = get_random_proxy()
170170
proxy = if proxy_option != nil do
171-
Logger.debug "use proxy #{proxy_option}"
171+
Logger.info "use proxy #{proxy_option}"
172172
[{:proxy, proxy_option}]
173173
else
174174
nil

0 commit comments

Comments
 (0)