diff --git a/product/roundhouse.console/Program.cs b/product/roundhouse.console/Program.cs index 9bd79c4f..0e8a1975 100644 --- a/product/roundhouse.console/Program.cs +++ b/product/roundhouse.console/Program.cs @@ -48,7 +48,7 @@ private static void Main(string[] args) } catch (Exception ex) { - the_logger.Info(ex.Message); + the_logger.Error(ex.Message, ex); Environment.Exit(1); } }