You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using Snowflake.Data v1.1.0 in AWS (Linux-based) with great results, using .NET Core 2.1.
We upgraded to Snowflake.Data v1.2.0, which includes an update to reference log4net 2.0.11. This caused our logging via log4net quit working; we discovered that log4net v2.0.11 throws an exception when executing on non-windows platforms.
Resolution is to update Snowflake.Data to include log4net 2.0.12 which includes a fix for the root problem.
Long term it would be good to implement #204 and delegate logging to the hosting application.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Snowflake.Data v1.2.0 uses log4net v2.0.11 which throws exception when logging on Non-Windows platforms
SNOW-299620: Snowflake.Data v1.2.0 uses log4net v2.0.11 which throws exception when logging on Non-Windows platforms
Mar 16, 2021
To clean up and re-prioritize more pressing bugs and feature requests we are closing all issues older than 6 months as of April 1, 2023. If there are any issues or feature requests that you would like us to address, please create them according to the new templates we have created. For urgent issues, opening a support case with this link Snowflake Community is the fastest way to get a response.
We have been using Snowflake.Data v1.1.0 in AWS (Linux-based) with great results, using .NET Core 2.1.
We upgraded to Snowflake.Data v1.2.0, which includes an update to reference log4net 2.0.11. This caused our logging via log4net quit working; we discovered that log4net v2.0.11 throws an exception when executing on non-windows platforms.
See log4net bug: apache/logging-log4net#69
Resolution is to update Snowflake.Data to include log4net 2.0.12 which includes a fix for the root problem.
Long term it would be good to implement #204 and delegate logging to the hosting application.
The text was updated successfully, but these errors were encountered: