Skip to content

Commit

Permalink
fix logging all
Browse files Browse the repository at this point in the history
  • Loading branch information
im-calvin committed Nov 1, 2023
1 parent 9c98073 commit 01dde05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const AppDataSource = new DataSource({
type: "sqlite",
database: "data/database.sqlite",
synchronize: false,
logging: ["error", "all"],
logging: "all",
entities: [
Video,
DiscordUser,
Expand Down

0 comments on commit 01dde05

Please sign in to comment.