You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,6 @@ Provides a Moodle lock factory class for locking with Redis. This plugin was con
9
9
#Installation
10
10
Clone the repository or download and extract the code into the local directory of your Moodle install (e.g. $CFG->wwwroot/local/redislock) and run the site's upgrade script. Set $CFG->local_redislock_redis_server with your Redis server's connection string. Set $CFG->lock_factory to '\\\\local_redislock\\\\lock\\\\redis_lock_factory' in your config file.
11
11
12
+
Use the boolean flag `$CFG->local_redislock_logging` to control whether verbose
13
+
logging should be emitted. If not set, logging is automatically-enabled when running
14
+
in the CLI environment with debugging enabled on `DEBUG_NORMAL` level at least.
0 commit comments