In V23-rc1, we start to print par / udf / oudf into the logfile.
However, this makes the logfile a bit more messy to read.
Also, the variable names in setup files can be anything so the usual way to grep <syntax> logfile will get extra irrelevant lines and it can be complicated to exclude them.
Describe the solution you'd like
I propose putting syntax to every lines of the printed setup files so it's able to exclude the pattern by grep -v
Additional context
It's also nice if we have loglevel to control this.
We can have an env variable so the default script on big machines will print the info by default.
This is a feature request.
In V23-rc1, we start to print par / udf / oudf into the logfile. However, this makes the logfile a bit more messy to read. Also, the variable names in setup files can be anything so the usual way to
grep <syntax> logfile
will get extra irrelevant lines and it can be complicated to exclude them.Describe the solution you'd like I propose putting syntax to every lines of the printed setup files so it's able to exclude the pattern by
grep -v
For example,
Additional context It's also nice if we have loglevel to control this. We can have an env variable so the default script on big machines will print the info by default.