index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Logging.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Preserve logged exc_info across threads
jesopo
2018-12-12
1
-0
/
+4
|
*
Add type hint for Logging._queue
jesopo
2018-12-10
1
-1
/
+1
|
*
Put logging functionality on to it's own thread
jesopo
2018-12-10
1
-2
/
+12
|
*
'bot.log' -> 'trace.log' and add a 'warn.log' log file that only catches
jesopo
2018-11-26
1
-5
/
+10
|
|
|
|
warn-and-worse
*
Move setting BitBotFormatter's converter (to time.gmtime) to class definition as
jesopo
2018-10-30
1
-1
/
+1
|
|
|
|
it's not technically correct to overwrite a funcion on an existing object
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
jesopo
2018-10-30
1
-9
/
+9
|
|
|
|
references.
*
Change trace logging level from `5` to `logging.DEBUG-1`
jesopo
2018-10-01
1
-1
/
+1
|
*
Add 'trace' logging level for src/Database.py and src/EventManager.py very
jesopo
2018-10-01
1
-4
/
+21
|
|
|
|
verbose debugging
*
Don't give IRCBot instance to things that don't need it, use a better way of
jesopo
2018-09-27
1
-2
/
+2
|
|
|
|
doing default locations for config/database/log
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-0
/
+48