mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Reverted the default syslog tag to avoid breaking existing systems.
This commit is contained in:
parent
ba3f4f118e
commit
32f5073f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class Syslog {
|
|||
* Init class data
|
||||
*/
|
||||
public static function init() {
|
||||
openlog(\OC::$server->getSystemConfig()->getValue("syslog_tag", "Nextcloud"), LOG_PID | LOG_CONS, LOG_USER);
|
||||
openlog(\OC::$server->getSystemConfig()->getValue("syslog_tag", "ownCloud"), LOG_PID | LOG_CONS, LOG_USER);
|
||||
// Close at shutdown
|
||||
register_shutdown_function('closelog');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue