I’m trying to hide the New Job in Console, but no luck. It doesn’t matter how I type it. Either is in the wrong format, either is not working. Although, on GitHub, the command is with double dash --log-no-job.
What I tried so far:
–log-no-job
-log-no-job
“log-no-job”
Input format error
“log-no-job”: “1”
“log-no-job”: 1
“log-no-job”: “0”
“log-no-job”: 0
No error, but nothing changes. In the console, I still have displayed the New Job Lines.
What am I missing?