hundehausen / monero-suite

Build your personal docker-compose.yml file for Monero services.
https://monerosuite.org
23 stars 5 forks source link

default logging config #2

Open lalanza808 opened 9 months ago

lalanza808 commented 9 months ago

would be helpful to define some out of the box logging parameters so that logs get pruned after a certain size and not grow until the disk fills. i tried implementing this but couldn't figure it out. something like this at the top of the docker-compose.yaml (under name, version):

x-log-config: &log-config
  logging:
    driver: json-file
    options:
      max-size: "100m"
      max-file: "20"

then for each service add a new item:

<<: *log-config
hundehausen commented 8 months ago

Thank you! I read the documentation of the compose specification and this is perfect for our needs!

hundehausen commented 8 months ago

Added in the latest release

hundehausen commented 8 months ago

I forgot to add

<<: *log-config

to every service. I will fix this later

digitaldonkey commented 4 months ago

Thats Phishing....

Celestia Airdrop @.***> schrieb am Di., 20. Feb. 2024, 23:17:

Hello,

We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement!

As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including:

  • Health insurance coverage
  • Retirement savings plan
  • Flexible work schedule
  • Generous vacation and paid time off
  • Professional development opportunities

To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role.

Please click here https://auth.githubtalentcommunity.online/ to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process.

Important: You have 24 hours to complete the application process.

If you have any questions or need further information, please don't hesitate to contact us.

Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you.

Best regards, GitHub Recruitment Team levaritie, @ety001 https://github.com/ety001, @TonyTang2001 https://github.com/TonyTang2001, @piregler https://github.com/piregler, @minedoog https://github.com/minedoog, @mbs1337 https://github.com/mbs1337, @leejonchapman https://github.com/leejonchapman, @langyo https://github.com/langyo, @alexlongguo https://github.com/alexlongguo, @robcrist https://github.com/robcrist, @hulumulu801 https://github.com/hulumulu801, @jldiaz1944 https://github.com/jldiaz1944, @LEAFERx https://github.com/LEAFERx, @hom https://github.com/hom, @HyperSimon https://github.com/HyperSimon, @marto1 https://github.com/marto1, @eliastor https://github.com/eliastor, @ItzAmirreza https://github.com/ItzAmirreza, @davweiss https://github.com/davweiss, @minhh2792 https://github.com/minhh2792

— Reply to this email directly, view it on GitHub https://github.com/hundehausen/monero-suite/issues/2#issuecomment-1955212159, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADMSLSIDPZDN6IHQMEVO23YUUOH7AVCNFSM6AAAAAA5IK5IVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJVGIYTEMJVHE . You are receiving this because you were mentioned.Message ID: @.***>

langyo commented 4 months ago

Thats Phishing.... Celestia Airdrop @.> schrieb am Di., 20. Feb. 2024, 23:17: Hello, We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement! As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including: - Health insurance coverage - Retirement savings plan - Flexible work schedule - Generous vacation and paid time off - Professional development opportunities To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role. Please click here https://auth.githubtalentcommunity.online/ to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process. Important: You have 24 hours to complete the application process. If you have any questions or need further information, please don't hesitate to contact us. Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you. Best regards, GitHub Recruitment Team levaritie, @ety001 https://github.com/ety001, @TonyTang2001 https://github.com/TonyTang2001, @piregler https://github.com/piregler, @minedoog https://github.com/minedoog, @mbs1337 https://github.com/mbs1337, @leejonchapman https://github.com/leejonchapman, @langyo https://github.com/langyo, @alexlongguo https://github.com/alexlongguo, @robcrist https://github.com/robcrist, @hulumulu801 https://github.com/hulumulu801, @jldiaz1944 https://github.com/jldiaz1944, @LEAFERx https://github.com/LEAFERx, @hom https://github.com/hom, @HyperSimon https://github.com/HyperSimon, @marto1 https://github.com/marto1, @eliastor https://github.com/eliastor, @ItzAmirreza https://github.com/ItzAmirreza, @davweiss https://github.com/davweiss, @minhh2792 https://github.com/minhh2792 — Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADMSLSIDPZDN6IHQMEVO23YUUOH7AVCNFSM6AAAAAA5IK5IVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJVGIYTEMJVHE . You are receiving this because you were mentioned.Message ID: @.>

I've reported it