WalletWasabi / WalletWasabi

Open-source, non-custodial, privacy preserving Bitcoin wallet for Windows, Linux, and Mac.
https://wasabiwallet.io
MIT License
2.17k stars 501 forks source link

[Trivial] Empty line separators in the logs file #10970

Closed yahiheb closed 1 year ago

yahiheb commented 1 year ago

These separators are not in the the correct place and they make it difficult sometimes to see when WW was started.

Master: (4e914da1cbe4d6e23edf87d3dc14aec122332afe)

2023-07-03 01:35:05.535 [48] INFO   Global.DisposeAsync (430)   TorStatusChecker is stopped.
2023-07-03 01:35:05.536 [48] INFO   Global.DisposeAsync (442)   Cache is disposed.
2023-07-03 01:35:05.537 [48] INFO   Global.DisposeAsync (448)   IndexStore is disposed.
2023-07-03 01:35:05.539 [48] INFO   Global.DisposeAsync (451)   AllTransactionStore is disposed.
2023-07-03 01:35:05.540 [1] INFO    TerminateService.Terminate (158)    Wasabi stopped gracefully (589f77f4-b315-4e56-8708-5993de0e4148).
2023-07-03 01:35:05.551 [1] INFO    WasabiAppBuilder.BeforeStopping (94)    Wasabi GUI stopped gracefully (589f77f4-b315-4e56-8708-5993de0e4148).
2023-07-03 14:49:55.364 [1] INFO    TerminateService.Activate (44)  TerminateService subscribed to SystemEvents

2023-07-03 14:49:55.375 [1] INFO    WasabiAppBuilder.BeforeStarting (81)    Wasabi GUI was started. started (a92a5f28-8cad-4aef-8965-87679f242d1e).
2023-07-03 14:49:57.252 [1] INFO    FileSystemBlockRepository.Dispose (23)  .ctor finished in 1.51 seconds.
2023-07-03 14:49:59.151 [1] INFO    WalletManager.Dispose (35)  .ctor finished in 1.89 seconds.

2023-07-03 14:49:59.220 [1] INFO    Program.RunAsGuiAsync (169) Wasabi GUI started (a92a5f28-8cad-4aef-8965-87679f242d1e).
2023-07-03 14:50:00.298 [1] INFO    Program.RunAsGuiAsync (189) Renderer: ANGLE (Intel(R) UHD Graphics Direct3D11 vs_5_0 ps_5_0)
2023-07-03 14:50:01.698 [1] INFO    IndexStore.Dispose (83) InitializeAsync finished in 20 milliseconds.
2023-07-03 14:50:01.714 [10] INFO   TransactionStore.Dispose (43)   MempoolStore.InitializeAsync finished in 14 milliseconds.
2023-07-03 14:50:02.008 [10] INFO   TransactionStore.Dispose (43)   ConfirmedStore.InitializeAsync finished in 294 milliseconds.
2023-07-03 14:50:02.014 [10] INFO   AllTransactionStore.Dispose (39)    InitializeAsync finished in 315 milliseconds.
2023-07-03 14:50:02.015 [10] INFO   BitcoinStore.Dispose (47)   InitializeAsync finished in 337 milliseconds.
2023-07-03 14:50:02.367 [10] INFO   P2pNetwork..ctor (55)   Loaded AddressManager from `C:\Users\chihe\AppData\Roaming\WalletWasabi\Client\BitcoinP2pNetwork\AddressManagerTestNet.dat`.
2023-07-03 14:50:02.464 [23] INFO   HostedServices.StartAllAsync (61)   Started Software Update Checker.
2023-07-03 14:50:02.467 [23] INFO   HostedServices.StartAllAsync (61)   Started Bitcoin P2P Network.
2023-07-03 14:50:02.468 [23] INFO   HostedServices.StartAllAsync (61)   Started Blockstream.info Fee Provider.
2023-07-03 14:50:02.470 [23] INFO   HostedServices.StartAllAsync (61)   Started Third Party Fee Provider.
2023-07-03 14:50:02.471 [23] INFO   HostedServices.StartAllAsync (61)   Started Hybrid Fee Provider.
2023-07-03 14:50:02.499 [23] INFO   HostedServices.StartAllAsync (61)   Started Round info updater.
2023-07-03 14:50:02.503 [12] INFO   HostedServices.StartAllAsync (61)   Started CoinJoin Manager.
2023-07-03 14:50:02.505 [22] INFO   HostedServices.StartAllAsync (61)   Started Sleep Inhibitor.
2023-07-03 14:50:02.506 [22] INFO   Global.InitializeNoWalletAsync (206)    Start synchronizing filters...
2023-07-03 14:50:03.111 [12] INFO   FilterProcessor.ProcessAsync (59)   Downloaded filters for blocks from 2440109 to 2440186.
2023-07-03 14:50:03.115 [12] INFO   HybridFeeProvider.OnAllFeeEstimateArrived (132) Accurate fee rates are acquired from WasabiSynchronizer ranging from target 2 blocks at 1 sat/vByte to target 2 blocks at 1 sat/vByte.

Expected:

2023-07-03 01:35:05.535 [48] INFO   Global.DisposeAsync (430)   TorStatusChecker is stopped.
2023-07-03 01:35:05.536 [48] INFO   Global.DisposeAsync (442)   Cache is disposed.
2023-07-03 01:35:05.537 [48] INFO   Global.DisposeAsync (448)   IndexStore is disposed.
2023-07-03 01:35:05.539 [48] INFO   Global.DisposeAsync (451)   AllTransactionStore is disposed.
2023-07-03 01:35:05.540 [1] INFO    TerminateService.Terminate (158)    Wasabi stopped gracefully (589f77f4-b315-4e56-8708-5993de0e4148).
2023-07-03 01:35:05.551 [1] INFO    WasabiAppBuilder.BeforeStopping (94)    Wasabi GUI stopped gracefully (589f77f4-b315-4e56-8708-5993de0e4148).

2023-07-03 14:49:55.364 [1] INFO    TerminateService.Activate (44)  TerminateService subscribed to SystemEvents
2023-07-03 14:49:55.375 [1] INFO    WasabiAppBuilder.BeforeStarting (81)    Wasabi GUI was started. started (a92a5f28-8cad-4aef-8965-87679f242d1e).
2023-07-03 14:49:57.252 [1] INFO    FileSystemBlockRepository.Dispose (23)  .ctor finished in 1.51 seconds.
2023-07-03 14:49:59.151 [1] INFO    WalletManager.Dispose (35)  .ctor finished in 1.89 seconds.
2023-07-03 14:49:59.220 [1] INFO    Program.RunAsGuiAsync (169) Wasabi GUI started (a92a5f28-8cad-4aef-8965-87679f242d1e).
2023-07-03 14:50:00.298 [1] INFO    Program.RunAsGuiAsync (189) Renderer: ANGLE (Intel(R) UHD Graphics Direct3D11 vs_5_0 ps_5_0)
2023-07-03 14:50:01.698 [1] INFO    IndexStore.Dispose (83) InitializeAsync finished in 20 milliseconds.
2023-07-03 14:50:01.714 [10] INFO   TransactionStore.Dispose (43)   MempoolStore.InitializeAsync finished in 14 milliseconds.
2023-07-03 14:50:02.008 [10] INFO   TransactionStore.Dispose (43)   ConfirmedStore.InitializeAsync finished in 294 milliseconds.
2023-07-03 14:50:02.014 [10] INFO   AllTransactionStore.Dispose (39)    InitializeAsync finished in 315 milliseconds.
2023-07-03 14:50:02.015 [10] INFO   BitcoinStore.Dispose (47)   InitializeAsync finished in 337 milliseconds.
2023-07-03 14:50:02.367 [10] INFO   P2pNetwork..ctor (55)   Loaded AddressManager from `C:\Users\chihe\AppData\Roaming\WalletWasabi\Client\BitcoinP2pNetwork\AddressManagerTestNet.dat`.
2023-07-03 14:50:02.464 [23] INFO   HostedServices.StartAllAsync (61)   Started Software Update Checker.
2023-07-03 14:50:02.467 [23] INFO   HostedServices.StartAllAsync (61)   Started Bitcoin P2P Network.
2023-07-03 14:50:02.468 [23] INFO   HostedServices.StartAllAsync (61)   Started Blockstream.info Fee Provider.
2023-07-03 14:50:02.470 [23] INFO   HostedServices.StartAllAsync (61)   Started Third Party Fee Provider.
2023-07-03 14:50:02.471 [23] INFO   HostedServices.StartAllAsync (61)   Started Hybrid Fee Provider.
2023-07-03 14:50:02.499 [23] INFO   HostedServices.StartAllAsync (61)   Started Round info updater.
2023-07-03 14:50:02.503 [12] INFO   HostedServices.StartAllAsync (61)   Started CoinJoin Manager.
2023-07-03 14:50:02.505 [22] INFO   HostedServices.StartAllAsync (61)   Started Sleep Inhibitor.
2023-07-03 14:50:02.506 [22] INFO   Global.InitializeNoWalletAsync (206)    Start synchronizing filters...
2023-07-03 14:50:03.111 [12] INFO   FilterProcessor.ProcessAsync (59)   Downloaded filters for blocks from 2440109 to 2440186.
2023-07-03 14:50:03.115 [12] INFO   HybridFeeProvider.OnAllFeeEstimateArrived (132) Accurate fee rates are acquired from WasabiSynchronizer ranging from target 2 blocks at 1 sat/vByte to target 2 blocks at 1 sat/vByte.

OS: Win10

MarnixCroes commented 1 year ago

cannot repro on Linux

BTCparadigm commented 1 year ago

Can repro in Windows