fixed tkMessageBox problem, thanks Bruno
This commit is contained in:
@@ -37,6 +37,7 @@ keys=root,rocket,markdown,web2py,rewrite,cron,app,welcome
|
||||
keys=consoleHandler,messageBoxHandler,rotatingFileHandler
|
||||
#keys=consoleHandler,rotatingFileHandler
|
||||
#keys=osxSysLogHandler
|
||||
#keys=notifySendHandler
|
||||
|
||||
[formatters]
|
||||
keys=simpleFormatter
|
||||
@@ -105,6 +106,12 @@ level=ERROR
|
||||
formatter=simpleFormatter
|
||||
args=()
|
||||
|
||||
[handler_notifySendHandler]
|
||||
class=gluon.messageboxhandler.NotifySendHandler
|
||||
level=ERROR
|
||||
formatter=simpleFormatter
|
||||
args=()
|
||||
|
||||
# Rotating file handler
|
||||
# mkdir logs in the web2py base directory if not already present
|
||||
# args: (filename[, mode[, maxBytes[, backupCount[, encoding[, delay]]]]])
|
||||
|
||||
Reference in New Issue
Block a user