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 (
Expand
)
Author
Age
Files
Lines
*
Logging.BitBotFormatter no longer uses the format it's given (always iso8601)
jesopo
2019-08-30
1
-3
/
+1
*
Logging._log()'s `params` arg should be typing.Optiona[]
jesopo
2019-06-07
1
-1
/
+2
*
Make `params` arg for logging functions optional
jesopo
2019-06-06
1
-7
/
+7
*
change utils.iso8601_format to default to no milliseconds, switch to using
•••
utils.iso8601 functions in badges.py
jesopo
2019-04-23
1
-1
/
+1
*
Add -N to start.py to disable to-file logging
jesopo
2019-03-04
1
-10
/
+13
*
Put a helper function in utils to do iso8601 formatting. change IRCServer's
•••
last-read setting to use it.
jesopo
2019-02-17
1
-12
/
+4
*
Fix incorrect indentation level in Logging.py
jesopo
2019-01-18
1
-1
/
+1
*
Pushing logging on to another thread was a ridiculous idea. it means CRITICAL
•••
logs are in a race condition to write to file before the main thread exits.
jesopo
2019-01-16
1
-16
/
+2
*
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
•••
warn-and-worse
jesopo
2018-11-26
1
-5
/
+10
*
Move setting BitBotFormatter's converter (to time.gmtime) to class definition as
•••
it's not technically correct to overwrite a funcion on an existing object
jesopo
2018-10-30
1
-1
/
+1
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
•••
references.
jesopo
2018-10-30
1
-9
/
+9
*
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
•••
verbose debugging
jesopo
2018-10-01
1
-4
/
+21
*
Don't give IRCBot instance to things that don't need it, use a better way of
•••
doing default locations for config/database/log
jesopo
2018-09-27
1
-2
/
+2
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-0
/
+48