Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution log on concole and file are different #8

Open
luisfabib opened this issue Apr 28, 2022 · 0 comments
Open

Execution log on concole and file are different #8

luisfabib opened this issue Apr 28, 2022 · 0 comments

Comments

@luisfabib
Copy link

In the following example:

% MMMx Demo: Functionality of the ExperimentDesign module
%

# log

!ExperimentDesign

   import 2N44 MBP

   plot MBP_distributions pdf

   sitescan mtsl MBP MBP_sites CILMSTV 1 0.01

   distributions mtsl MBP MBP_distribution
       20   345
   .distributions

.ExperimentDesign

# report

I request logging of the execution via # log. The program correctly generates a .log file containing the details of the execution as expected. However, in the console, only the line > Executing log < is printed (which is also not included in the .log file.

I would have expected the same log to be printed to both the console and the file. If this is not the expected behavior, I would recommend the addition of a # verbose option to print to the console during execution. This is almost necessary due to the generally long execution times of these scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant