«verbosity» 태그된 질문

12
요청 라이브러리에서 로그 메시지를 비활성화하려면 어떻게합니까?
기본적으로 Requests python 라이브러리는 다음 행을 따라 콘솔에 로그 메시지를 작성합니다. Starting new HTTP connection (1): example.com http://example.com:80 "GET / HTTP/1.1" 200 606 일반적으로이 메시지에 관심이 없으며 사용하지 않으려 고합니다. 해당 메시지를 무음으로 만들거나 요청의 세부 정보를 줄이는 가장 좋은 방법은 무엇입니까?

7
make / GCC가 명령을 표시하도록하려면 어떻게해야합니까?
컴파일 문제를 디버깅하려고하는데 GCC (또는 어쩌면 make ??)가 실제 컴파일러 및 실행중인 링커 명령을 표시하지 못하는 것 같습니다. 내가보고있는 결과는 다음과 같습니다. CCLD libvirt_parthelper libvirt_parthelper-parthelper.o: In function `main': /root/qemu-build/libvirt-0.9.0/src/storage/parthelper.c:102: undefined reference to `ped_device_get' /root/qemu-build/libvirt-0.9.0/src/storage/parthelper.c:116: undefined reference to `ped_disk_new' /root/qemu-build/libvirt-0.9.0/src/storage/parthelper.c:122: undefined reference to `ped_disk_next_partition' /root/qemu-build/libvirt-0.9.0/src/storage/parthelper.c:172: undefined reference to `ped_disk_next_partition' /root/qemu-build/libvirt-0.9.0/src/storage/parthelper.c:172: undefined …
277 gcc  makefile  verbosity 

8
Maven을 덜 장황하게 만들 수 있습니까?
Maven은 내 취향에 따라 너무 많은 출력 라인을 분출합니다 (나는 Unix 방식을 좋아합니다 : 좋은 소식은 없습니다). 모든 [INFO] 줄을 제거하고 싶지만 Maven의 자세한 정도를 제어하는 ​​인수 또는 구성 설정에 대한 언급을 찾을 수 없습니다. 로그 수준을 설정하는 LOG4J와 같은 방법이 없습니까?
104 maven  output  verbosity 
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.