In the logs tab present in the Build details of a run. the logs shows SIMPLE, BUILD, ERROR for each type of command ran, Can we disable the display of logging type (i.e SIMPLE,ERROR) for just one particular plan
Hi @Poojatr
The logging levels for builds are hardcoded in Bamboo. The global log settings configuration (Admin >> Overview >> Log settings) will also affect the build results, but they cannot be configured just for a specific plan. Some of the build results are parsed from server logs which are affected by the global configuration I shared before.
Let me know if you want me to create a feature request for this.
Hi @Daniel Santos ,
I am parsing a python script (It has few shell commands ) , which will run few commands and evaluate these results, But Bamboo logs are wrongly classifying the output of these python commands as ERROR
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Poojatr
Can you share a small example that I could reproduce locally to understand what is happening?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.