Skip to content

Conversation

@kbarbounakis
Copy link
Contributor

This PR implements SqliteAdapter.logger for using a new instance of TraceLogger inside adapter. The log level of this logger can be customized by defining logLevel option at connect options;

const db = new SqliteAdapter({
    database: 'db/local.db',
   logLevel: 'debug'
});

@kbarbounakis kbarbounakis added the enhancement New feature or request label Apr 12, 2025
@kbarbounakis kbarbounakis merged commit 9893433 into themost-framework:master Apr 12, 2025
3 checks passed
@kbarbounakis kbarbounakis deleted the implement-logger-object branch April 12, 2025 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant