1.6. Configuring Hammer Logging
You can set hammer to log debugging information for various Satellite components.
You can set debug or normal configuration options for all Satellite components.
After changing hammer’s logging behavior, you must restart Satellite services.
# satellite-maintain service restart
To set debug level for all components, use the following command:
# hammer admin logging --all --level-debug # satellite-maintain service restartTo set production level logging, use the following command:
# hammer admin logging --all --level-production # satellite-maintain service restartTo list the currently recognized components, that you can set logging for:
# hammer admin logging --listTo list all available logging options:
# hammer admin logging --help Usage: hammer admin logging [OPTIONS]