-
Notifications
You must be signed in to change notification settings - Fork 27
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
fix: ldk use info log level by default #517
Conversation
also you should update this file https://getalby.com/install/hub/fly.toml |
Thanks @matjaz ! |
Edit: it's not set there, so it'll use the default value from Alby Hub which is fixed in this PR. |
@@ -12,7 +12,7 @@ swap_size_mb = 2048 | |||
|
|||
[env] | |||
DATABASE_URI = '/data/nwc.db' | |||
LDK_LOG_LEVEL = '2' | |||
LDK_LOG_LEVEL = '3' | |||
LOG_LEVEL = '5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rolznz this should be 4? same as in .env ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in .env.example
LOG_LEVEL
is set to 4. in fly it's 5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this has been fixed in master now. Thanks!
DEBUG can cause a lot of spam messages and the log files to get too large.