shota suzuki
shota suzuki
thanks @kw-udon. I got a response when I submitted a command you pointed out. ```json # curl -H "Authorization: token 284530a64e55176f9ed9*********" "http://gitbucket:8080/gitbucket/api/v3/repos/root/name/contents/hoge?ref=efcd9adbec49f73f762b7b2127153593024e4bea&large_file=true" {"type":"file","name":"hoge","path":"hoge","sha":"efcd9adbec49f73f762b7b2127153593024e4bea","content":"IyBBcHAgYXJ0aWZhY3RzCi9fYnVpbGQKLLmV4cw==","encoding":"base64","download_url":"http://gitbucket:8080/gitbucket/api/v3/repos/root/name/raw/efcd9adbec49f73f762b7b2127153593024e4bea/hoge"} ``` so proxy didn't discard request and...
@marevol @kw-udon There is only one crawler that crawls gitbucket. How do I get detailed logs to execute curl request when crawling starts?
@marevol thanks! I set the crawl log level info to debug, fess-crawler.log is as follows. - fess-crawler.log ```java 2018-02-15 14:15:37,744 [5DFNjmEBO7Desvq7XhyO-1] DEBUG Accessing http://gitbucket:8080/gitbucket/api/v3/repos/user/repo/contents/hoge?ref=37cce0819cdf0a357e0b5e9bc373030dbfa84cd6&large_file=true 2018-02-15 14:15:37,745 [5DFNjmEBO7Desvq7XhyO-1] DEBUG CookieSpec selected:...
@marevol yes. I configured proxy setting in fess_config.properties ```bash http.proxy.host=proxy_IP http.proxy.port=proxy_port http.proxy.username= http.proxy.password= ``` * my proxy does not authenticate users.