Skip to content

Commit

Permalink
Keep build logs tidier
Browse files Browse the repository at this point in the history
Closes #49.
  • Loading branch information
g-andrade committed Dec 15, 2024
1 parent 7fca5f0 commit 9a1ba14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- OTP 27.1 to CI

### Fixed

- unwarranted build messages about dropping hank and elvis on incompatible OTP
versions

## [2.3.10] - 2024-07-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ begin
= lists:keyfind(project_plugins, 1, Config),
{value, {_, Version}, RemainingProjPlugins}
= lists:keytake(Name, 1, ProjPlugins),
logger:info("Dropping proj plugin '~ts' ~ts", [Name, Version]),
% logger:notice("Dropping proj plugin '~ts' ~ts", [Name, Version]),
_UpdatedConfig
= lists:keystore(project_plugins, 1, Config,
{project_plugins, RemainingProjPlugins})
Expand Down

0 comments on commit 9a1ba14

Please sign in to comment.