Skip to content

Commit 8c54568

Browse files
authored
Fix log format environment variable name (#6599)
1 parent d5a092f commit 8c54568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/src/content/gateway/logging-and-error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ a custom logger implementation.
2626

2727
By default without any production environment variable, Hive Gateway prints the logs in human
2828
readable format. However, in production (when `NODE_ENV` is `production`) Hive Gateway prints the
29-
logs in JSON format, but if you want to enable it in regular mode, you can pass `LOG_LEVEL=json` as
29+
logs in JSON format, but if you want to enable it in regular mode, you can pass `LOG_FORMAT=json` as
3030
an environment variable.
3131

3232
### Log Levels

0 commit comments

Comments
 (0)