File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ logger('message', [
105
105
106
106
Add the following variables to your .env file.
107
107
108
- ``` php
108
+ ``` dotenv
109
109
LOG_TELEGRAM_BOT_TOKEN=
110
110
LOG_TELEGRAM_CHAT_ID=
111
111
@@ -117,6 +117,15 @@ LOG_TELEGRAM_TOPIC_ID=
117
117
#LOG_TELEGRAM_BOT_API='https://api.telegram.org/bot'
118
118
# add tor proxy for restricted country
119
119
#LOG_TELEGRAM_BOT_PROXY='socks5h://localhost:9050'
120
+
121
+ # Topic Level
122
+ LOG_TELEGRAM_EMERGENCY_ATTRIBUTE_TOPIC_ID=
123
+ LOG_TELEGRAM_CRITICAL_ATTRIBUTE_TOPIC_ID=
124
+ LOG_TELEGRAM_IMPORTANT_ATTRIBUTE_TOPIC_ID=
125
+ LOG_TELEGRAM_DEBUG_ATTRIBUTE_TOPIC_ID=
126
+ LOG_TELEGRAM_INFORMATION_ATTRIBUTE_TOPIC_ID=
127
+ LOG_TELEGRAM_LOWPRIORITY_ATTRIBUTE_TOPIC_ID=
128
+
120
129
```
121
130
# ScreenShot
122
131
You can’t perform that action at this time.
0 commit comments