summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/LoggerService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add `logging.verbose` option to enable debug logging in production. (same ↵Hazelnoot2025-05-081-2/+8
| | | | function as `MK_VERBOSE` environment variable)
* refactor(backend): remove unused logger optionsyuilo2024-06-061-2/+2
|
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(backend): Remove unused injections (#11462)woxtu2023-08-051-5/+1
| | | | | * Remove unused injections * Remove unused imports
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(backend): use node16 for moduleResolution * update deps * Update tsconfig.json * :v: * revive KEYWORD * restore strict-event-emitter-types dependency * restore ms dependency * cancel redundant import reorder * fix * Delete ms.ts * remove rndstr --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* drop syslogsyuilo2023-02-031-17/+1
| | | | Close #9774
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-3/+4
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+2
|
* fix import typesyuilo2022-09-211-1/+1
|
* testsyuilo2022-09-191-3/+3
|
* refactor(backend): refactor loggersyuilo2022-09-181-0/+33