aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Log information for java rebel Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Log information for java rebel" Watch "Log information for java rebel" New topic
Author

Log information for java rebel

Kuladip Yadav
Ranch Hand

Joined: Jul 30, 2008
Posts: 162

I have just download java rebel and it its plugin for Spring frame works.

But when I see the logs I am not getting any javarebel logs

except copyright & license information.

Does javarebel uses log4j ?

How to see logger info for that ?

Thanks
[ August 12, 2008: Message edited by: Kuldeep Yadav ]
Jevgeni Kabanov
Java Rebel Support
Ranch Hand

Joined: Jul 22, 2008
Posts: 32
JavaRebel doesn't log specially much, only issues some statements to console. If you want to see a detailed log you can add "-Drebel.log=true" to the JVM command line. This will create a JavaRebel.log file in the same directory that javarebel.jar is in.


<a href="http://www.zeroturnaround.com/jrebel/" target="_blank" rel="nofollow">JRebel</a> reloads Java code on-the-fly (<a href="http://www.zeroturnaround.com/jrebel-demonstration-screencast/" target="_blank" rel="nofollow">see demo screencast</a>)
Kuladip Yadav
Ranch Hand

Joined: Jul 30, 2008
Posts: 162

Originally posted by Jevgeni Kabanov:
JavaRebel doesn't log specially much, only issues some statements to console. If you want to see a detailed log you can add "-Drebel.log=true" to the JVM command line. This will create a JavaRebel.log file in the same directory that javarebel.jar is in.


Yes it works. Using -Drebel.log=true logs can be added into JavaRebel.log

Is their any way to specify log file and its path ?
[ August 12, 2008: Message edited by: Kuldeep Yadav ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Log information for java rebel
 
Similar Threads
* Winners: Java Rebel
Why do we restart the server when there is a change in Java class
* Welcome Jevgeni Kabanov and Toomas R�mer
JavaRebel compatibility
Java Rebel with Standalone application