Skip to content

Commit

Permalink
change to info logging for surrealdb
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Apr 20, 2024
1 parent a2d43a1 commit 2385ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services-available/surrealdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
# none, full, error, warn, info, debug, trace
- SURREAL_USER=${SURREALDB_USER:-surreal}
- SURREAL_PASS=${SURREALDB_PASS:-supersecretpassword497}
- SURREAL_LOG=${SURREALDB_LOG_LEVEL:-debug}
- SURREAL_LOG=${SURREALDB_LOG_LEVEL:-info}
- SURREAL_AUTH=${SURREALDB_AUTH:-true}
- SURREAL_CAPS_ALLOW_ALL=${SURREALDB_CAPS_ALLOW_ALL:-true}
- TZ=${TZ}
Expand Down

0 comments on commit 2385ac6

Please sign in to comment.