mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #247] [MERGED] Add custom logger support #188
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/247
Author: @appy-one
Created: 10/9/2023
Status: ✅ Merged
Merged: 9/16/2025
Merged by: @appy-one
Base:
master← Head:feature/custom-logger-support📝 Commits (5)
dd1a646Add custom logger support098adb4Addno-invalid-thiseslint ruleeb53d25test with pino loggera9e8a04Merge branch 'master' into feature/custom-logger-support116f869Remove Pino and custom logger from tests📊 Changes
29 files changed (+3714 additions, -3654 deletions)
View changed files
📝
.eslintrc.json(+47 -46)📝
package-lock.json(+17 -33)📝
package.json(+1 -1)📝
src/api-local.ts(+4 -2)📝
src/btree/binary-tree.spec.ts(+365 -365)📝
src/btree/binary-tree.ts(+69 -69)📝
src/data-index/array-index.ts(+274 -274)📝
src/data-index/data-index.ts(+32 -27)📝
src/data-index/fulltext-index.ts(+1041 -1041)📝
src/data-index/geo-index.ts(+284 -284)📝
src/index.ts(+3 -0)📝
src/ipc/browser.ts(+6 -6)📝
src/ipc/index.ts(+137 -137)📝
src/ipc/ipc.ts(+15 -12)📝
src/ipc/remote.ts(+326 -326)📝
src/ipc/service/index.ts(+113 -99)📝
src/ipc/service/start.ts(+29 -27)📝
src/ipc/socket.ts(+269 -262)📝
src/node-lock.ts(+364 -366)📝
src/query.ts(+10 -18)...and 9 more files
📄 Description
This enables replacing AceBase's default logger with a logging library such as Bunyan, Winston, Pino and any other logger supporting
trace,debug,info,warn,errorandfatalmethods.This also adds the methods
trace,debug,infoandfatalto the default built-in logger.Also see https://github.com/appy-one/acebase-core/pull/50
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.