Skip to content

Commit

Permalink
Merge branch 'update_fw_1.3_migration_guide' into 'main'
Browse files Browse the repository at this point in the history
update: migration guide 1.3

See merge request syntron/support/csr/ifm3d/ifm3d!377
  • Loading branch information
desengph committed Apr 23, 2024
2 parents b418068 + 5824f60 commit 70fc95f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/sphinx/content/migration_guide/v1_3_0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Migration Guide V1.3.0

**There are no code changes required for customer code, however the default for logging changed, log messages will now be printed by default on the command line instead of a log file.**

## Change of installed Python version in docker containers
The default docker containers used to all contain the same Python version (3.9) regardless of the base image. Starting with this ifm3d version the installed Python will be replaced with the default of the corresponding Ubuntu version:

Expand All @@ -10,7 +12,6 @@ The default docker containers used to all contain the same Python version (3.9)
| Ubuntu 22.04 | Python 3.10.x |

## Replacement of glog with ifm3d::Logger
Version 1.3.0 marks the introduction of the ifm3d::Logger as a replacement for glog.

There are no code changes required for customer code, however the default for logging changed, log messages will now be printed by default on the command line instead of a log file. Please see [](../../examples/logging/logging) for details on how to configure the logging behaviour.
Version 1.3.0 marks the introduction of the ifm3d::Logger as a replacement for glog.

There are no code changes required for customer code, however the default for logging changed, log messages will now be printed by default on the command line instead of a log file. Please see the [logger configuration docs](../../examples/logging/logging) for details on how to configure the logging behaviour.

0 comments on commit 70fc95f

Please sign in to comment.