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

Logger eklenmeli #50

Closed
saracalihan opened this issue Dec 26, 2022 · 0 comments · Fixed by #57
Closed

Logger eklenmeli #50

saracalihan opened this issue Dec 26, 2022 · 0 comments · Fixed by #57
Labels
enhancement New feature or request

Comments

@saracalihan
Copy link
Member

Daha detaylı inceleme yapılabilmesi için her redisle konuşulduğunda veya bağlantı kurulduğunda çalışan fonksiyon konsol'a loglamalı.

Loglama sunucuların konsola basılan ana çıktısını şişireceği için bu işlem opsiyonel olarak yapılmalı.

Örnek kullanım:

const userModel = new Model(
  {
    // schema
  },
  'users',
  { 
    keyUnique: 'name',
    logger: true, 
  }
);

Çıktısı arka arkaya veya alt satıra geçilerek yazılabilir.

@saracalihan saracalihan added the enhancement New feature or request label Dec 26, 2022
@saracalihan saracalihan linked a pull request Jan 25, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant