[Feature request] Option success/error/unchanged in log journal for jobs

Comments & Suggestions, if you want a new feature suggest it here
Post Reply
hektor_paris
Posts: 2
Joined: 2023-10-30 15:40:02

[Feature request] Option success/error/unchanged in log journal for jobs

Post by hektor_paris »

Hello Antoine,

Could be useful to chose the type of information we want to get in the log journal after a jobs batch (command line) : success/error/unchanged.
Like the filter in the journal tab of the application.

I've found this in the xml parameters :
<Forms>
<Main [...] LogFilterOk="True" LogFilterError="True" LogFilterNot="False">
</Main>
</Forms>

which corresponds to options chosen for the journal filter in the application.
But it seems that a jobs batch doesn't take care of these filters and list all the cases, OK/Error/Not.

I've tested to put the <Main>...</Main> in the ARB file, but without success...

Bien à toi.
Régis
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: [Feature request] Option success/error/unchanged in log journal for jobs

Post by antp »

Hi,
The filter options only apply to the user interface, sorry.
This could indeed be something interesting to add, but there is already a too long to-do list :/
Post Reply