タグ付けされた質問 「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 reference to `ped_disk_next_partition' collect2: ld returned 1 exit status make[3]: *** [libvirt_parthelper] Error 1 私が見たいものはこれに似ているはずです: $ make gcc -Wall -c …
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.