Package pulp :: Package server :: Module logs
[hide private]
[frames] | no frames]

Module logs

source code

Functions [hide private]
 
check_log_file(file_path)
Check the write permissions on log files and their parent directory.
source code
 
configure_pulp_grinder_logging()
Pull the log file configurations from the global config and/or default config and initialize the top-level logging for both pulp and grinder.
source code
 
configure_audit_logging()
Pull the audit logging configuration from the global config and/or default config and initialize pulp's audit logging.
source code
 
start_logging()
Convenience function to start pulp's different logging mechanisms.
source code
 
stop_logging()
Convenience function to stop pulp's different logging mechanisms.
source code
 
restart_logging()
Convenience function to restart pulp's different logging mechanisms.
source code
Variables [hide private]
  started = False
Function Details [hide private]

check_log_file(file_path)

source code 

Check the write permissions on log files and their parent directory. Raise a runtime error if the write permissions are lacking.