Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
08a04357
Commit
08a04357
authored
11 years ago
by
Axel Roenn
Browse files
Options
Downloads
Patches
Plain Diff
Added the config option to log ip addresses , default false
parent
7810e27d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.sample.php
+3
-0
3 additions, 0 deletions
config/config.sample.php
with
3 additions
and
0 deletions
config/config.sample.php
+
3
−
0
View file @
08a04357
...
...
@@ -145,6 +145,9 @@ $CONFIG = array(
(watch out, this option can increase the size of your log file)*/
"log_query"
=>
false
,
/* Enable or disable the logging of IP addresses in case of webform auth failures */
"log_authfailip"
=>
false
,
/*
* Configure the size in bytes log rotation should happen, 0 or false disables the rotation.
* This rotates the current owncloud logfile to a new name, this way the total log usage
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment