We use centralized logging directory.
usually Logs are written in /var/log/localhost/....
We define this path in codeigniter config.php file
$config['log_path'] = "/var/log/localhost"
Is there any way we can fetch or pass this path information as const LOG_FOLDER_PREFIX = "/logs";