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

[Bug]: logs have not datetime #5928

Open
1 task done
tlindi opened this issue Apr 11, 2024 · 1 comment
Open
1 task done

[Bug]: logs have not datetime #5928

tlindi opened this issue Apr 11, 2024 · 1 comment

Comments

@tlindi
Copy link

tlindi commented Apr 11, 2024

What is your BTCPay version?

0.13.0

How did you deploy BTCPay Server?

Integrated to MyNodeBTC Premium

What happened?

Follow troubleshootin instructions: to https://docs.btcpayserver.org/Troubleshooting

2.2.1 - Lightning Network LND - Docker

use command:
docker logs --tail 100 generated_btcpayserver_1

You see log entries, but there is no way to know when they have happened.

How did you encounter this bug?

I followed the instructions.

Relevant log output

info: Configuration:  Data Directory: /datadir
info: Configuration:  Configuration File: /datadir/Main/settings.config
info: BTCPayServer.Plugins.PluginManager: Loading plugins from /root/.btcpayserver/Plugins
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.Shopify - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.PointOfSale - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.PayButton - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.NFC - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.Crowdfund - 1.13.0
info: BTCPayServer.Plugins.PluginManager: Adding and executing plugin BTCPayServer.Plugins.Bitcoin - 1.13.0

What browser do you use?

Not related

Additional information

No response

Are you sure this is a bug report?

  • I confirm this is a bug report
@dennisreimann
Copy link
Member

You can use the -t option like this: docker logs --tail 100 -t generated_btcpayserver_1 - does this work for you?

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

No branches or pull requests

2 participants