ClusterLabs / ClusterLabs/anvil
anvil.conf typo on line 138
Open
priority normal
ready for testing
- Dominant language
- Perl
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
This issue pertains to version anvil-core-2.92-1.2.9cfa.
On line 138 of /etc/anvil/anvil.conf, the file reads:
```
# This controls the default log level. See 'perldoc Anvil::Tools::Logs' for details.
```
`Anvil::Tools::Logs` is not a valid perldoc namespace - this should be corrected to `Anvil::Tools::Log`, which is a valid perldoc namespace that pertains to Log.pm in the Anvil::Tools parent module.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.