Thanks Patrick, this is great video. Would like to know is that possible for serilog to configure/control the log file size? For example if the log file size more than 10 mb then create a new log file
Hello I'm new for .net 7,I have some question if i have some static class function,maybe in model/Hello.cs. serilog still can write log?? thank a lot!!
Hi, how we can do a conditional logging of the request and response with Serilog only if the status code is > 399 for example? Can I achieve this only with this serilog http middleware or do I need additional middleware for this?
@@madoha8641 если хотите оставьте почту я вам скину как это делается в моём олкружении... ноу впатрика я часто вижу то, что нельзя делать в реальных проектах.
It'd be great to see a continuation of this video with in depth details re structured logging & best practices.
Simple and practical guide for someone who just wants to start using simple logger. Thanks!
Thank you for sharing this video about Serilog! It was very informative and I appreciate the clear explanations. Great job!
Thanks a lot for your feedback! Glad I could help! 😊
Excellent as always & very informative / straight forward. I’ll play with it in one of my test applications. Danke!
Thank you so much for your feedback! Have fun playing around with it! 😊
Thanks Patrick
In 'Get' method, why did you use static logger 'Log' instead of 'ILogger' property that you injected?!
Nice video. I was actually looking for DB logging. You should add that.
Good start.
Thanks Patrick. Good stuff!
Very Useful and Informative.
Thank you!
thank you for this video
Welcome!
Can you show how to do this with DI instead of a static class?
Great job. I'd like to see implementation with setting the logs into a database and the best practices for that.
Very concise video Patrick, thanks for sharing. Would love to see more of this!
Thank you so much for this tutorial. :)
Very Useful And Great Video. Thank you
i liked it, thanks!
you save my time . grate
Would love to see a video on using Serilog in an Azure App Service or Function App and logging to blob storage or blob table.
Thank you
Thanks a lot of.
is it possible to use serilog with MultiTenancy, because i want to log to diffrent database depending the scope of the request ?
that's very nice. thank you 😘😘❤❤
I need a video which you show logging to db with optimised memory performance
Thank you for sharing this video..
Can we write records to table colons in database?
thanks
can you make a vedio using mysql databse and create auto log table
Thanks Patrick, this is great video. Would like to know is that possible for serilog to configure/control the log file size? For example if the log file size more than 10 mb then create a new log file
Why are you using the concrete implementation of serilog and not via ILogger interface?
Pretty useful
how can i know the who did this process in serilog
Hello
I'm new for .net 7,I have some question
if i have some static class function,maybe in model/Hello.cs. serilog still can write log??
thank a lot!!
Hi, how we can do a conditional logging of the request and response with Serilog only if the status code is > 399 for example? Can I achieve this only with this serilog http middleware or do I need additional middleware for this?
Very good video
Thanks Patrick, great video - could you show an example where the logs can be stored in Azure please?
Please Mr. Patrick, I want to ask, would the logging still work after I deploy the application on IIS? or is it only for development environment?
it will work on the IIS Too
@@muhammadaffan9244 it didnt
how to stop serilog writing if disk is full
Hello everyone, logging to file with Serilog doesn't work after I deploy to IIS...any suggestions on a fix?
Вы неверно вызываете логгер, это плохая практика
а как лучше будет
@@madoha8641 если хотите оставьте почту я вам скину как это делается в моём олкружении... ноу впатрика я часто вижу то, что нельзя делать в реальных проектах.