Welcome Guest, Not a member yet? Register   Sign In
CI v3 - Don't get any logs
#1

(This post was last modified: 09-28-2015, 02:07 AM by Lykos22.)

Hi, I've started working on a project on CI v3 and I have noticed that I don't get any log errors, messages warnings at all, the application/logs folder is always empty, which is a little bit weird.

These are my settings:

folder structure:
Code:
- application
-- config
--- development
---- database.php
---- config.php
--- production
---- database.php
---- config.php

And the settings in my config.php files are these:
PHP Code:
// in application/config/development folder
$config['log_threshold'] = 4;

// in application/config/production folder
$config['log_threshold'] = 1

I was using the same folder structure and on CI v2 and worked great, I was getting warnings and errors when images where missing
or errors from log_message() etc, however in this doesn't seem to work.

Any ideas how I could fix this?
Reply


Messages In This Thread
CI v3 - Don't get any logs - by Lykos22 - 09-28-2015, 02:06 AM
RE: CI v3 - Don't get any logs - by slax0r - 09-28-2015, 02:09 AM
RE: CI v3 - Don't get any logs - by Lykos22 - 09-28-2015, 02:12 AM
RE: CI v3 - Don't get any logs - by Narf - 09-28-2015, 02:31 AM
RE: CI v3 - Don't get any logs - by Lykos22 - 09-28-2015, 02:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB