Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 671 Bytes

06_issues_and_limitations.rst

File metadata and controls

24 lines (17 loc) · 671 Bytes

Issues and Limitations

Double messaging issue

If you run Reduce without setting up a logger, you will notice that the output messages appear twice. To prevent this behaviour set up a logger. This will send one of the output stream to a file, keeping the other on the screen. We recommend using the DRAGONS logger located in the logutils module and its config() function:

from gempy.utils import logutils
logutils.config(file_name='gmosls_tutorial.log')