Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Create LOG #16

Open
chrissthedrummer opened this issue Apr 19, 2023 · 3 comments
Open

Create LOG #16

chrissthedrummer opened this issue Apr 19, 2023 · 3 comments
Assignees

Comments

@chrissthedrummer
Copy link

is there any simple way to create simple loggong mechanism per function?

@tanmoysrt
Copy link
Owner

tanmoysrt commented Apr 19, 2023 via email

@chrissthedrummer
Copy link
Author

i need a simple log. Example:

  1. user executes functions via Lumi route
  2. Lumi writes to the log file: source ip address + which route/function was used.

@tanmoysrt
Copy link
Owner

Currently, if you run Lumi in debug mode, you will see the route information , status codes and some more details.

from lumi import Lumi

app = Lumi(debug=True)

But , logger support has not been there. Will you like to the support of logger getting added to this ?

@tanmoysrt tanmoysrt self-assigned this May 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants