Skip to content

Commit 38032a1

Browse files
refactor(ReadMe): add topic id to config channel logs
1 parent d44c274 commit 38032a1

File tree

2 files changed

+173
-0
lines changed

2 files changed

+173
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Open config/logging.php and change the file
3535
'handler_with' => [
3636
'token' => env('LOG_TELEGRAM_BOT_TOKEN'),
3737
'chat_id' => env('LOG_TELEGRAM_CHAT_ID'),
38+
'topic_id' => env('LOG_TELEGRAM_TOPIC_ID',null),
3839
'bot_api' => env('LOG_TELEGRAM_BOT_API', 'https://api.telegram.org/bot'),
3940
'proxy' => env('LOG_TELEGRAM_BOT_PROXY', null),
4041
],

composer.lock

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)