mirror of
https://github.com/nextcloud/server.git
synced 2026-02-13 15:54:59 -05:00
11 lines
263 B
JavaScript
11 lines
263 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
import { getLoggerBuilder } from '@nextcloud/logger'
|
|
|
|
export default getLoggerBuilder()
|
|
.setApp('comments')
|
|
.detectUser()
|
|
.build()
|