diff --git a/munit/modules/munit_logging/source/munit_log.magik b/munit/modules/munit_logging/source/munit_log.magik index 74052a07..26c9b889 100644 --- a/munit/modules/munit_logging/source/munit_log.magik +++ b/munit/modules/munit_logging/source/munit_log.magik @@ -31,9 +31,7 @@ $ _pragma(classify_level=restricted, usage={redefinable}, topic={logging}) ## Defines the filename and path for the migration log munit_log.define_shared_constant(:log_filepath, - system.pathname_down( - system.pathname_down(system.pathname_up(system.temp_directory_name), "Smallworld"), - "munit_log.json"), + system.temp_file_name("munit_log.json"), :private) $