Browse Source
Previously, the CONSOLE_LOG_PATTERN property would always be set as a result of base.xml including defaults.xml. This made it hard to override the CONSOLE_LOG_PATTERN as it required a copy and paste of the configuration. This commit updates defaults.xml so that CONSOLE_LOG_PATTERN is only set if it has not already been set. This reduces the configuration to customize the console log pattern to a handful of lines. Closes gh-5632 Closes gh-5867pull/5733/merge
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue