oceanMigrationLog top-level property

GgLog oceanMigrationLog
getter/setter pair

The log sink migrateMasterFolderToOcean uses when no GgLog is passed.

The migration is triggered from the workspace path resolution, which runs in constructor default arguments where no logger is in scope. Defaults to print — the logger the CLI runs with in production; tests replace it.

Implementation

GgLog oceanMigrationLog = print;