Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JParameterManager: Low verbosity setting disables strictness check #382

Closed
veprbl opened this issue Nov 14, 2024 · 1 comment
Closed

JParameterManager: Low verbosity setting disables strictness check #382

veprbl opened this issue Nov 14, 2024 · 1 comment

Comments

@veprbl
Copy link
Contributor

veprbl commented Nov 14, 2024

void JParameterManager::PrintParameters(int verbosity, int strictness) {
if (verbosity == 0) {
LOG_INFO(m_logger) << "Configuration parameters table hidden. Set jana:parameter_verbosity > 0 to view." << LOG_END;
return;
}

nathanwbrei added a commit that referenced this issue Dec 12, 2024
Previously, when verbosity=0, the strictness check was inadvertently skipped. This addresses issue #382
@nathanwbrei
Copy link
Collaborator

Fixed in PR #394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants