From 000c144969d45cba436abc48133f956ad216b6f1 Mon Sep 17 00:00:00 2001 From: Raiden Sakura Date: Sun, 21 Apr 2024 18:50:10 +0800 Subject: [PATCH] Update .env examples --- .env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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