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

fix: ldk use info log level by default #517

Merged
merged 2 commits into from
Aug 21, 2024
Merged

fix: ldk use info log level by default #517

merged 2 commits into from
Aug 21, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Aug 20, 2024

DEBUG can cause a lot of spam messages and the log files to get too large.

@rolznz rolznz added this to the v1.6.0 milestone Aug 20, 2024
@matjaz
Copy link
Contributor

matjaz commented Aug 20, 2024

also you should update this file https://getalby.com/install/hub/fly.toml

@rolznz
Copy link
Contributor Author

rolznz commented Aug 21, 2024

Thanks @matjaz !

.env.example Outdated Show resolved Hide resolved
@rolznz
Copy link
Contributor Author

rolznz commented Aug 21, 2024

also you should update this file https://getalby.com/install/hub/fly.toml

Edit: it's not set there, so it'll use the default value from Alby Hub which is fixed in this PR.

@rolznz rolznz merged commit 6da4dbd into master Aug 21, 2024
8 checks passed
@rolznz rolznz deleted the fix/ldk-log-level branch August 21, 2024 10:09
@@ -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'
Copy link
Contributor

@matjaz matjaz Aug 21, 2024

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 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Info level is the one we want by default, which is 3

Copy link
Contributor

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.

Copy link
Contributor Author

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!

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

Successfully merging this pull request may close these issues.

2 participants