-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-1899127: log4net STDOUT logging bug #1085
Comments
hi - thank you for raising this one and the PR too! the team will review and decide; not sure if it will be implemented as we focus on removing log4net instead of patching it (see #1057) . |
@sfc-gh-dszmolka , |
I believe we do mention at the README here that due to the nature of how this is an open-source github repo with entirely different (scale of) resources put behind the support, if you have major, production issue then you would be better off filing a Support case with us. As it has procedures, SLA's, and everything else which this interface doesn't. Did someone ask you after filing an official Support case, to come here instead and file an Issue? That sounds weird and I would like to let me know about your case number if this indeed happened, because it should not. The official Support case also lets you select a severity, which matches the business impact the particular gap is causing you. That is also not possible here. A very high severity Case should get to the proper team very quickly so I'm mildly confused really, how you ended up here if you had a case with us. |
@sfc-gh-dszmolka , we filed a support case. The support engineer told us they would not proceed without client side logs, we then discovered that we cannot collect client side logs due to this bug in the .Net Connector. My next step will be to report the PR to the support engineer, if you are telling me they have more ability to deploy a new version of the .Net Connector than the team that manages the git repo. |
Thanks for the clarification! No, Support has absolutely no ability to verify and deploy the PRs which the community submits (and we greatly value those PR's, let me quickly note here!) It always needs the code owner to do so, the driver dev team. As a side action, I pinged them internally to look, so hopefully someone can soon. In the meantime if you already have an ongoing case with us, which is hopefully some high priority since the impact to your company is high, please do tell the PR to the support engineer. With this particular Issue here, i'll also keep updated with the progress from the PR . |
While the team gets to reviewing the PR, i just wanted to ensure you're already aware of https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors , which can provide some pointers to how to enable logging for this driver even without EasyLogging (which is a relatively newer feature, and which your PR seems to be targeting) |
@sfc-gh-dszmolka , Thank you for pointing that out. I will try to configure log4net without EasyLogging. All of the current documentation emphasizes EasyLogging to the point that it looks like it is mandatory. |
seems to be addressed in #1087 and is now awaiting release - thank you for your contribution! |
change released in .NET driver version 4.3.0 |
There is a bug in the Snowflake .Net Connector code that prevents log4net from ever using the console logger. I have fixed the bug in the below PR. Please, consider accepting this PR, as it is a major blocker for us, and is a very minimal code change.
#1083
The text was updated successfully, but these errors were encountered: