Skip to content

Log which project file OGS uses.

Christoph Lehmann requested to merge chleh/ogs:log-print-prj-file into master

... By that OGS's logs are linked back to the prj files. This will help when debugging failing ctests (since ctest names are usually different from the prj file names) and enables extended ctest log evaluations.

Example output:

info: This is OpenGeoSys-6 version 6.4.2-9-g7b5667651.
info: OGS started on 2022-04-05 10:21:33+0200.
info: Reading project file /home/lehmannc/prog/ogs6/ogs/Tests/Data/ThermoHydroMechanics/Linear/Square_sealed_homogeneous/square_1e0.prj.
warning: Consider switching from mesh and geometry input to multiple meshes input. See https://www.opengeosys.org/docs/tools/meshing-submeshes/constructmeshesfromgeometry/ tool for conversion.
info: ConstantParameter: E
info: ConstantParameter: nu
Edited by Christoph Lehmann

Merge request reports