Skip to content

Commit

Permalink
fix: adding log file in outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Apr 17, 2024
1 parent 231a3da commit 7a5b281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ cylindrical shape tool, as shown in the following figure:
from ansys.mapdl.core import LOG

LOG.setLevel("DEBUG")
LOG.log_to_file("mylog.log")
LOG.log_to_file("logs-build-docs/mylog.log")

from ansys.mapdl.core import launch_mapdl

Expand Down

0 comments on commit 7a5b281

Please sign in to comment.