Skip to content

Commit

Permalink
added version in log
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Nov 6, 2024
1 parent 3adb909 commit c12ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/DefaultDocumentation.Common/Generator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private Generator(Target loggerTarget, IRawSettings settings)
LogManager.Configuration = logConfiguration;

_logger = LogManager.GetLogger("DefaultDocumentation");
_logger.Info($"Starting DefaultDocumentation with this configuration:{Environment.NewLine}{_configuration.ToString(Formatting.Indented)}");
_logger.Info($"Starting DefaultDocumentation {GetType().Assembly.GetName().Version} with this configuration:{Environment.NewLine}{_configuration.ToString(Formatting.Indented)}");

Settings resolvedSettings = new(
_logger,
Expand Down

0 comments on commit c12ecf3

Please sign in to comment.