|
208.
|
|
|
**LOG_TARGET_ERRORLOG**: Send log information to the error log as specified in your Apache configuration. It is recommended to use this setting for all log levels no matter the other targets that you specified.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:234
|
|
209.
|
|
|
**LOG_TARGET_FILE**: This allows you to specify a file to which messages will be logged. It's best to pick a path in dataroot, but note that log files tend to get very large over time. So it's advisable to implement some kind of logrotate if you want to leave this on all the time. The other option is to just turn this option on when you are getting a specific error or want to see the logging, and know that you're not going to let the log file get large.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:235
|
|
210.
|
|
|
You can combine the targets with bitwise operations, e.g. ``LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:237
|
|
211.
|
|
|
noreplyaddress: System email address
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:246
|
|
212.
|
|
|
``$cfg->noreplyaddress = 'noreply@yourdomainhere';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:248
|
|
213.
|
|
|
Set the system mail address. Notifications are sent from this address (except for a few emails when a person doesn't yet have an account). You can also set it in *Administration menu → Configure site → Site options → Email settings*.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:250
|
|
214.
|
|
|
Typically, the noreply address is one that is not monitored as people are not supposed to reply to it.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:252
|
|
215.
|
|
|
openbadgedisplayer_source: Open Badges displayer sources
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:261
|
|
216.
|
|
|
``$cfg->openbadgedisplayer_source = '{"shortname":"url","shortname":"url"}';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:263
|
|
217.
|
|
|
In order to display Open Badges in the :ref:`'Open Badges' block <open_badges_block>`, the sites that host the badges need to be configured. Per default, the `Mozilla Backpack <https://backpack.openbadges.org/>`_ and the `Open Badge Passport <https://openbadgepassport.com>`_ can be connected. If you have other sources, you would need to add them to the allowed sources.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:265
|