thank you for reponse. I Think it is no bug, more a feature in the new Version ;-)
I seed that in Scheduler.log the debug works. But not in Job and Order Log. I set the debug on a single job with the editor. The config of Scheduler in loglevel: info.
Is it right that the debug messages in the version 1.10 only in the scheduler log is?
Best regards,
Stephan
Last edit: Stephan Mallmann 2015-12-04
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The debug message should be available in the task log and the order log.
Please add this job to your configuration and start it. Then you should see the message in the task log
2015-12-0411:17:57.787+0100[debug9]thisisadebugmessage.Havefun<job><settings><log_level><![CDATA[debug9]]></log_level></settings><scriptlanguage="java:javascript"><![CDATA[ function spooler_process(){ spooler_log.debug9("this is a debug message. Have fun"); return false; }]]></script><run_time/></job>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I expect no special debug message. However, I do not see in the scheduler log and debug messages in the task log. I expect, as in the older versions simply more information on debug. 9
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As i sad in the message above, i don't miss a message. But there are debug messages in the scheduler log of the job. Why i can´t see them in task log? I think in older versions there was more something like the parameters that where loaded and so on.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please describe in more detail the expected behaviour.
And please answer these questions
How do you set the debug level?
In what logs do you look?
Do you have debug messages e.g. when using JITL Jobs?
Last edit: Uwe Risse 2015-12-04
Hello Uwe,
thank you for reponse. I Think it is no bug, more a feature in the new Version ;-)
I seed that in Scheduler.log the debug works. But not in Job and Order Log. I set the debug on a single job with the editor. The config of Scheduler in loglevel: info.
Is it right that the debug messages in the version 1.10 only in the scheduler log is?
Best regards,
Stephan
Last edit: Stephan Mallmann 2015-12-04
The debug message should be available in the task log and the order log.
Please add this job to your configuration and start it. Then you should see the message in the task log
Hello,
so i think it's really something like a bug.
Your job shows every thing right in task log. But my job does only show the debug messages in scheduler log. There is the example.
Scheduler Log. First your job and then my job.
And the Job logs of the two tasks:
Yours:
My:
Thank you very much!
Last edit: Stephan Mallmann 2015-12-04
Please show the configuration of your job. Especially the expected debug message.
I expect no special debug message. However, I do not see in the scheduler log and debug messages in the task log. I expect, as in the older versions simply more information on debug. 9
As the job has no debug message, there is no one in the log. So, that is ok. What debug message do you miss?
As i sad in the message above, i don't miss a message. But there are debug messages in the scheduler log of the job. Why i can´t see them in task log? I think in older versions there was more something like the parameters that where loaded and so on.