Where does IDEA write its log file?

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Q: Where does IDEA write its log file?

A: On Mac OS X IDEA will write its log file to

~/Library/Caches/IntelliJIDEAnn/log/idea.log
(where nn=version number) by default. This value is configured however in:
/Applications/IntelliJ IDEA X.Y.Z.app/Contents/Info.plist

 

On Windows, IDEA will write its log file to:
~\.IntelliJIdea\system\log\idea.log

(where ~ stands for user's home directory, e.g. c:\Users\Alice). This value can be configured in

<IDEA_installation_dir>\bin\idea.properties

(it's a file common for both 32-bit and 64-bit executables).

 

 

最終更新日 2012 年 9 月 10 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.