mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Fix log format environment variable name (#6599)
This commit is contained in:
parent
d5a092fde8
commit
8c545687c3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ a custom logger implementation.
|
|||
|
||||
By default without any production environment variable, Hive Gateway prints the logs in human
|
||||
readable format. However, in production (when `NODE_ENV` is `production`) Hive Gateway prints the
|
||||
logs in JSON format, but if you want to enable it in regular mode, you can pass `LOG_LEVEL=json` as
|
||||
logs in JSON format, but if you want to enable it in regular mode, you can pass `LOG_FORMAT=json` as
|
||||
an environment variable.
|
||||
|
||||
### Log Levels
|
||||
|
|
|
|||
Loading…
Reference in a new issue