Hi Albin,
replacing "hudson,model.Run" with "hudson.model.Run" (note the dot after
hudson) should help here. You should see a log entry like
24.03.2012 10:22:08 hudson.model.Run run
INFO: emailtest #5 main build action completed: SUCCESS
after a build has been completed.
Cheers,
Simon.
--
Albin Joy (24.03.2012 07:59):
Dear All,
I am facing one problem.
I am not getting the whole log in the jenkins.
I followed the steps mentioned in this link https://wiki.jenkins-ci.org/
​display/JENKINS/Logging
I need to get log form the class "hudson,model.Run".
I added the "Logger" with "hudson,model.Run" and Log level with "all".
After that I builded the project. But No log is coming from this class.
I tried with Logger "hudson,model" also. No log is coming from class "Run"
Please anybody can suggest me a solution?
thanks