Welcome Guest, Not a member yet? Register   Sign In
Single Log Files
#1

[eluser]Madalina.C[/eluser]
Hi, I'll try not to sound like a girl in distress but here goes:

In it's current incarnation, CI creates a new log file everyday.

Our system already has an archiving feature for log files so I would like to keep all logs in one file. This file will be moved/archived from our side.

I was thinking about simply taking:

Code:
$config['log_date_format'] = 'Y-m-d H:i:s';

and changing it to

Code:
$config['log_date_format'] = 'McmaxxSite';

Would that create a file called
Code:
log-McmaxxSite.php

Which the logger will append to everyday, or will it overwrite the file everyday?

Thanks


Messages In This Thread
Single Log Files - by El Forum - 05-27-2010, 11:27 AM
Single Log Files - by El Forum - 05-27-2010, 12:13 PM
Single Log Files - by El Forum - 05-27-2010, 12:39 PM
Single Log Files - by El Forum - 05-27-2010, 01:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB