diff --git a/.env.example b/.env.example index 107b5da6c7..9eceb4bf75 100644 --- a/.env.example +++ b/.env.example @@ -41,4 +41,9 @@ CONNECTION_URI=mongodb+srv://mongo.net # PORT=8000 # The number of logs to display per page on logviewer. Defaults to 25 -# LOGVIEWER_PAGINATION=25 \ No newline at end of file +# LOGVIEWER_PAGINATION=25 + +# Logging configurations +# DISCORD_LOG_LEVEL=DEBUG +# STREAM_LOG_FORMAT=plain/json +# FILE_LOG_FORMAT=plain/json \ No newline at end of file