mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 23:25:08 +00:00
document enabling update logging
This commit is contained in:
parent
b4dcb52793
commit
a1773cce84
@ -25,6 +25,9 @@ you can the change the level of verbosity of the debug argument:
|
||||
|
||||
```
|
||||
|
||||
Logging of telegram update poll is disabled by default, also in `debug` mode. To enable it without using verbose `xdebug` mode
|
||||
set `BASHBOT_UPDATELOG` to an empty value (not unset) `export BASHBOT_UPDATELOG=""`
|
||||
|
||||
|
||||
### Modules and Addons
|
||||
**Modules** resides in ```modules/*.sh``` and are colletions of optional bashbot functions grouped by functionality. Main reason for creating modules was
|
||||
@ -347,5 +350,5 @@ fi
|
||||
|
||||
#### [Prev Function Reference](6_reference.md)
|
||||
|
||||
#### $$VERSION$$ v1.2-dev-13-g2a5d47d
|
||||
#### $$VERSION$$ v1.2-pre-1-gb4dcb52
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user