Skip to content

Commit

Permalink
K24 has separate log sinks, this configures the file based log sink
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Nov 25, 2009
1 parent 7dbb84b commit e201536
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/gallery/config/log_file.php
@@ -0,0 +1,11 @@
<?php defined('SYSPATH') OR die('No direct access allowed.');

/**
* Message logging directory.
*/
$config['log_directory'] = VARPATH.'logs';

/**
* Permissions of the log file
*/
$config['posix_permissions'] = 0644;

0 comments on commit e201536

Please sign in to comment.