Forked from
empyre / empyre
387 commits behind the upstream repository.
-
Jan Caron authored
Renames: datacollection --> dataset optimizer --> reconstruction scripts: interactive_setup is now implemented in an extended Spyder startup file. some other scripts are now the rest is NOT adapted, yet, which is the next task at hand furthermore scripts will be sorted and unused ones deleted in the next commit
Jan Caron authoredRenames: datacollection --> dataset optimizer --> reconstruction scripts: interactive_setup is now implemented in an extended Spyder startup file. some other scripts are now the rest is NOT adapted, yet, which is the next task at hand furthermore scripts will be sorted and unused ones deleted in the next commit
logging.ini 577 B
[formatters]
keys=console,file
[formatter_console]
format=%(asctime)s: %(levelname)s @ <%(name)s>:
--> %(message)s
datefmt=%H:%M:%S
class=logging.Formatter
[formatter_file]
format=%(asctime)s: %(levelname)-8s @ <%(name)s>: %(message)s
datefmt=%Y-%m-%d %H:%M:%S
class=logging.Formatter
[handlers]
keys=console,file
[handler_console]
class=logging.StreamHandler
level=WARNING
formatter=console
args=tuple()
[handler_file]
class=logging.FileHandler
level=DEBUG
formatter=file
args=('logfile.log', 'w')
[loggers]
keys=root
[logger_root]
level=DEBUG
handlers=console,file