Skip to content

Commit 56d8768

Browse files
logger level (#1992)
* logger level * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 7a72088 commit 56d8768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ await configure({
6868
loggers: [
6969
{
7070
category: "api-server",
71-
lowestLevel: "error",
71+
lowestLevel: "info",
7272
sinks: ["console"],
7373
},
7474
{

0 commit comments

Comments
 (0)