Java Logging - where is my log file?

前端 未结 7 869
隐瞒了意图╮
隐瞒了意图╮ 2021-01-01 11:47

I\'m having trouble finding my log files.

I\'m using Java Logging - java.util.logging - in Eclipse 3.7.1 on Windows XP. The relevant lines of my

7条回答
  •  星月不相逢
    2021-01-01 12:10

    If its null, then the file path would be your eclipse home directory. Your logging.properties file is not raken by the system, so point the properties file to the complete path as shown below then your log file will be generated in the place of directlyr where yor prefers it. -Djava.util.logging.config.file=D:\keplereclipse\keplerws\NFCInvoicingProject\WebContent\WEB-INF\logging.properties

提交回复
热议问题