Skip to content

Commit 56ef7b8

Browse files
committed
Update README.md
1 parent 381c43c commit 56ef7b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Most configuration options are described inline in provided sample configuration
4646
1. Execute `_start.sh` from _[src](src/)_ directory. The command will not return for as long as the bot is running.
4747
1. Monitor configured INFO-level or DEBUG-level log file wth `tail -f filename.log` (where _filename.log_ is the log file name you've configured).
4848

49-
Here's the first few lines of INFO-level log after successful initialization:
49+
Here's the first few lines of DEBUG-level console output during successful initialization.
5050

5151
user@host:/opt/altcointip/altcointip/src$ ./_start.sh
5252
INFO:cointipbot:CointipBot::init_logging(): -------------------- logging initialized --------------------
@@ -105,6 +105,8 @@ Here's the first few lines of INFO-level log after successful initialization:
105105
DEBUG:cointipbot:CointipBot::connect_reddit(): connecting to Reddit...
106106
INFO:cointipbot:CointipBot::connect_reddit(): logged in to Reddit as ALTcointip
107107
...
108+
109+
ALTcointip bot is configured by default to append INFO-level log messages to `logs/info.log`, and WARNING-level log messages to `logs/warning.log`, while DEBUG-level log messages are output to the console.
108110

109111
### Backups
110112

0 commit comments

Comments
 (0)