Fix log format environment variable name (#6599)

This commit is contained in:
Arda TANRIKULU 2025-03-10 19:45:56 +03:00 committed by GitHub
parent d5a092fde8
commit 8c545687c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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