No activity today, make something!
tiddlyweb How do I get more verbose logging

20160313160656 cdent  

TiddlyWeb will produce more information in tiddlyweb.log if you change or set the log_level config setting in tiddlywebconfig.py. DEBUG is a common setting:

config = {
    'log_level': 'DEBUG',
}