Skip to content
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

Move the logger to an internal lib #445

Closed
origranot opened this issue Sep 15, 2023 · 3 comments
Closed

Move the logger to an internal lib #445

origranot opened this issue Sep 15, 2023 · 3 comments
Assignees
Labels

Comments

@origranot
Copy link
Owner

Description

Right now we are using a custom logger module within our backend app.

In the near future we are planning to create more micro-services to use this code.
We need to create an internal library and expose a logger module from it. (similar to the config lib)

.
├── apps/
│   ├── backend/
│   │   └── main.ts
│   └── frontend
└── libs/
    ├── logger
    ├── config
    └── prisma

Screenshots

No response

Additional information

https://nx.dev/packages/node/generators/library

@origranot origranot added enhancement New feature or request triage Needs triage hacktoberfest-accepted and removed triage Needs triage labels Sep 15, 2023
@senderh55
Copy link
Contributor

I will take it

@origranot
Copy link
Owner Author

I will take it

@senderh55 Awesome 🤩

@origranot
Copy link
Owner Author

#449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants