You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/easybuild-v5/overview-of-changes.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,6 @@ feedback then please comment in the GitHub issue for the proposal.
32
32
33
33
### Planned changes for EasyBuild v5.0 {: #eb5_plans }
34
34
35
-
*[enable `--trace` by default](https://github.com/easybuilders/easybuild-framework/pull/4250)
36
-
37
35
!!! note
38
36
This list is the major planned changes. It is not intended to be a complete list of all changes that are
39
37
planned for EasyBuild v5.0.
@@ -48,7 +46,23 @@ feedback then please comment in the GitHub issue for the proposal.
48
46
49
47
Various significant enhancements are included in EasyBuild v5.0, including:
50
48
51
-
**(no significant enhancements implemented so far in the `5.0.x` branches)*
49
+
*[enable `--trace` by default][eb5_trace]
50
+
51
+
### `--trace` enabled by default {: #eb5_trace }
52
+
53
+
The [`--trace` option][trace] is enabled by default (see [easybuild-framework PR #4250](https://github.com/easybuilders/easybuild-framework/pull/4250)).
54
+
This makes the output produced by the `eb` command more informative, by providing more information about what's going on in the background.
55
+
56
+
To disable trace output, either:
57
+
58
+
* Use the `--disable-trace` command line option;
59
+
* Set the `$EASYBUILD_DISABLE_TRACE` environment variable;
60
+
* Disable trace mode in a [configuration file][configuration_file]:
0 commit comments