Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into reload_remove_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Jan 14, 2025
2 parents b8c1ca0 + f8ad155 commit 98946d8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Welcome to the Web3Signer repository! The following is a set of guidelines for
repo and its packages. These are mostly guidelines, not rules. Use your best judgment,
and feel free to propose changes to this document in a pull request.

### Guidelines for Non-Code and other Trivial Contributions
Please keep in mind that we do not accept non-code contributions like fixing comments, typos or some other trivial fixes. Although we appreciate the extra help, managing lots of these small contributions is unfeasible, and puts extra pressure in our continuous delivery systems (running all tests, etc). Feel free to open an issue pointing any of those errors, and we will batch them into a single change.

#### Table Of Contents
[Code of Conduct](#code-of-conduct)

Expand Down Expand Up @@ -246,4 +249,4 @@ These are not strictly enforced during the build, but should be adhered to and c
[CLA.md]: /CLA.md
[MkDocs]: https://www.mkdocs.org/
[How to Write a Git Commit Message]: https://chris.beams.io/posts/git-commit/
[Chris Beams]: https://github.com/cbeams
[Chris Beams]: https://github.com/cbeams
2 changes: 1 addition & 1 deletion acceptance-tests/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
<Property name="dependency.log.level">WARN</Property>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">INFO</Property>
<Property name="dependency.log.level">INFO</Property>
Expand Down
2 changes: 1 addition & 1 deletion core/src/integrationTest/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
</Properties>
Expand Down
2 changes: 1 addition & 1 deletion signing/src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
<Property name="dependency.log.level">WARN</Property>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
<Property name="dependency.log.level">WARN</Property>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
</Properties>
Expand Down
2 changes: 1 addition & 1 deletion slashing-protection/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="INFO">
<Configuration level="INFO">
<Properties>
<Property name="root.log.level">DEBUG</Property>
</Properties>
Expand Down

0 comments on commit 98946d8

Please sign in to comment.