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

Set syslog identifier as "bisq" in systemd service config #3950

Merged
merged 1 commit into from Feb 17, 2020

Conversation

wiz
Copy link
Member

@wiz wiz commented Feb 8, 2020

Before

Feb  7 23:42:18 seednode systemd[1]: Starting Bisq Node...
Feb  7 23:42:18 seednode systemd[1]: Started Bisq Node.
Feb  7 23:42:19 seednode sh[2680]: #033[34mFeb-07 23:42:19.912 [main] INFO  b.s.SeedNodeMain: SeedNode.VERSION: 1.2.6
Feb  7 23:42:20 seednode sh[2680]: #033[0;39m#033[34mFeb-07 23:42:20.213 [main] INFO  b.c.s.CoreSetup:
Feb  7 23:42:20 seednode sh[2680]: Log files under: /bisq/bisq-seednode/bisq
Feb  7 23:42:20 seednode sh[2680]: #033[0;39m#033[34mFeb-07 23:42:20.220 [main] INFO  b.c.u.Utilities: System info: os.name=Linux; os.version=4.15.0-76-generic; os.arch=amd64; sun.arch.data.model=64; JRE=10.0.2+13 (Oracle Corporation); JVM=10.0.2+13 (OpenJDK 64-Bit Server VM)

After

Feb  8 03:03:09 seednode systemd[1]: Starting Bisq Node...
Feb  8 03:03:09 seednode systemd[1]: Started Bisq Node.
Feb  8 03:03:10 seednode bisq[6843]: #033[34mFeb-08 03:03:10.509 [main] INFO  b.s.SeedNodeMain: SeedNode.VERSION: 1.2.6
Feb  8 03:03:10 seednode bisq[6843]: #033[0;39m#033[34mFeb-08 03:03:10.762 [main] INFO  b.c.s.CoreSetup:
Feb  8 03:03:10 seednode bisq[6843]: Log files under: /bisq/bisq-seednode/bisq
Feb  8 03:03:10 seednode bisq[6843]: #033[0;39m#033[34mFeb-08 03:03:10.773 [main] INFO  b.c.u.Utilities: System info: os.name=Linux; os.version=4.15.0-76-generic; os.arch=amd64; sun.arch.data.model=64; JRE=10.0.2+13 (Oracle Corporation); JVM=10.0.2+13 (OpenJDK 64-Bit Server VM)

Copy link
Member

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

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

utACK

@ripcurlx ripcurlx merged commit b1f8b3e into bisq-network:master Feb 17, 2020
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.

None yet

2 participants