mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-05 19:51:35 +00:00
Prettified Code!
This commit is contained in:
parent
9807d6fb19
commit
af12afd7d3
2 changed files with 6 additions and 9 deletions
|
@ -40,7 +40,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -81,12 +81,12 @@ functionality. The format of the log is based on
|
||||||
[Keep a Changelog][keepchangelog].
|
[Keep a Changelog][keepchangelog].
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|
|
@ -21,10 +21,7 @@
|
||||||
"set_system_clock": true,
|
"set_system_clock": true,
|
||||||
"mode": "pool",
|
"mode": "pool",
|
||||||
"ntp_pool": "pool.ntp.org",
|
"ntp_pool": "pool.ntp.org",
|
||||||
"ntp_server": [
|
"ntp_server": ["54.39.13.155", "briareus.schulte.org"]
|
||||||
"54.39.13.155",
|
|
||||||
"briareus.schulte.org"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue