Skip to content

Commit

Permalink
Revert "Revert "Reverted logs from Debug to Info"" (#821)
Browse files Browse the repository at this point in the history
* Revert "Revert "Reverted logs from Debug to Info" (#819)"

This reverts commit f360bfe.

* Commit changes made by code formatters

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
juddin927 and github-actions[bot] authored Sep 19, 2024
1 parent f360bfe commit 8c705fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/lib/use_cases/generate_kea_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ def default_config
output: "stdout"
}
],
severity: "DEBUG",
debuglevel: 99
severity: "INFO",
debuglevel: 0
}
],
"hooks-libraries": [
Expand Down
4 changes: 2 additions & 2 deletions spec/fixtures/kea_configs/kea.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
"output": "stdout"
}
],
"severity": "DEBUG",
"debuglevel": 99
"severity": "INFO",
"debuglevel": 0
}
],
"hooks-libraries": [
Expand Down
4 changes: 2 additions & 2 deletions spec/lib/data/kea.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
"output": "stdout"
}
],
"severity": "DEBUG",
"debuglevel": 99
"severity": "INFO",
"debuglevel": 0
}
],
"hooks-libraries": [
Expand Down

0 comments on commit 8c705fd

Please sign in to comment.