# HG changeset patch # User enz # Date 980589433 0 # Node ID 1d92abe57427655b9f6aaf7c0a9fb619c70a6074 # Parent 8ea6b5ddc5a5af35acc2c925c1857bdbc169b559 [svn] Make debug logging an option in the config file diff -r 8ea6b5ddc5a5 -r 1d92abe57427 TODO --- a/TODO Thu Jan 25 13:38:31 2001 +0000 +++ b/TODO Sat Jan 27 09:57:13 2001 +0000 @@ -10,6 +10,10 @@ * Bug: Lock_closeDatabases must do a Cont_write() if dirty and Lock_openDatabases() should check if it is necessary to reread the group content using a timestamp. + * Make debug logging an option in the config file instead of using + a compile time option. This makes it more comfortable for users helping on + bug searches to switch on debug logging temporarily. + Later -----