2605759123

Results 2 issues of 2605759123

感谢你的工作。 我尝试使用rhttp进行反向代理,即: ``` ./spp -type server -proto rhttp -listen :8888 ./spp -type reverse_proxy_client -server www.test.com:8888 -fromaddr :2223 -toaddr :2223 -proxyproto tcp -proto rhttp ``` 但是我在客户端,也就是执行`./spp -type reverse_proxy_client -server www.test.com:8888 -fromaddr...

I find the logging level is set to `NOTSET` in some places, which cause the `INFO` level message can't be output. For example: https://github.com/aim-uofa/AdelaiDet/blob/4a3a1f7372c35b48ebf5f6adc59f135a0fa28d60/adet/data/dataset_mapper.py#L27 which cause the below message can't...