Get Oqtane Logs #4379
Unanswered
pnicosia80
asked this question in
Q&A
Get Oqtane Logs
#4379
Replies: 2 comments 2 replies
-
I think you can filter the data by category to get your log entries |
Beta Was this translation helpful? Give feedback.
2 replies
-
@pnicosia80 if you create a module using the Create Module feature in the framework:
It will scaffold the code for a fully functional module - including an API Controller class. This will demonstrate how to use DbContextFactory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a dashboard that displays Oqtane logs generated by my job, to be filtered based on the level and feature. I have found this method, or in any case, I would like to query the database directly to extend it. How do I obtain the current dbContextFactory in the controller of my module?
Beta Was this translation helpful? Give feedback.
All reactions