Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b0fe7817
Commit
b0fe7817
authored
Oct 06, 2006
by
Nigel McNie
Committed by
Nigel McNie
Oct 06, 2006
Browse files
Added configuration options for logging.
parent
d4e480de
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/config-dist.php
View file @
b0fe7817
...
...
@@ -35,4 +35,13 @@ $cfg->wwwroot = 'http://myhost.com/mahara/';
// dirroot - uploaded files - include trailing slash.
// must be writable by the webserver and outside document root.
$cfg
->
dataroot
=
'/path/to/uploaddir'
;
// Logging configuration
$cfg
->
log_dbg_targets
=
LOG_TARGET_SCREEN
|
LOG_TARGET_ERRORLOG
;
$cfg
->
log_info_targets
=
LOG_TARGET_SCREEN
|
LOG_TARGET_ERRORLOG
;
$cfg
->
log_warn_targets
=
LOG_TARGET_SCREEN
|
LOG_TARGET_ERRORLOG
;
$cfg
->
log_environ_targets
=
LOG_TARGET_SCREEN
|
LOG_TARGET_ERRORLOG
;
$cfg
->
log_backtrace_levels
=
LOG_LEVEL_DBG
|
LOG_LEVEL_INFO
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment