Skip to content

Instantly share code, notes, and snippets.

@abcang
Created September 26, 2017 15:40
Show Gist options
  • Save abcang/a43aad8d48651ed45ec643162251a463 to your computer and use it in GitHub Desktop.
Save abcang/a43aad8d48651ed45ec643162251a463 to your computer and use it in GitHub Desktop.
sudo journalctl -u mastodon-web -ex
Sep 27 00:23:36 testingmstdn bundle[9244]: [d1337715-20f7-4cf7-b1f7-842ba0bb3737] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=7.03 view=0.00 db=0.80
Sep 27 00:25:44 testingmstdn bundle[9244]: [d76b42aa-c29c-4ed5-a8b2-a2c5aefbde75] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=3.47 view=0.00 db=0.48
Sep 27 00:26:11 testingmstdn bundle[9244]: [07a22087-0dbe-4897-a1df-29a677b4fe97] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=3.52 view=0.00 db=0.47
Sep 27 00:26:50 testingmstdn bundle[9244]: [50752041-027b-4f2c-b53c-63aa31946c3f] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=4.27 view=0.00 db=0.27
Sep 27 00:26:57 testingmstdn bundle[9244]: [efedbdc9-8aae-449a-9c54-40bd1925e9dd] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=4.84 view=0.00 db=0.70
Sep 27 00:29:34 testingmstdn bundle[9244]: [91cad110-75e9-47a0-b216-29c5b6745849] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=14.29 view=0.00 db=0.41
Sep 27 00:32:47 testingmstdn bundle[9244]: [2a313160-7a37-43e6-b580-af64da8aae05] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=4.31 view=0.00 db=0.28
Sep 27 00:36:06 testingmstdn bundle[9244]: [3d624a59-4dec-4f6d-854a-70bf94eac71a] method=POST path=/inbox format=html controller=ActivityPub::InboxesController action=create status=201 duration=7.46 view=0.00 db=0.77
Sep 27 00:37:30 testingmstdn bundle[9244]: [7617cbd6-ee65-44a9-83da-eef1e62b7d9d] [active_model_serializers] Rendered REST::AccountSerializer with ActiveModelSerializers::Adapter::Attributes (2.11ms)
Sep 27 00:37:30 testingmstdn bundle[9244]: [7617cbd6-ee65-44a9-83da-eef1e62b7d9d] [active_model_serializers] Rendered InitialStateSerializer with ActiveModelSerializers::Adapter::Attributes (13.05ms)
Sep 27 00:37:30 testingmstdn bundle[9244]: [7617cbd6-ee65-44a9-83da-eef1e62b7d9d] method=GET path=/web/statuses/1907 format=html controller=HomeController action=index status=200 duration=100.58 view=11.89 db=23.38
Sep 27 00:37:32 testingmstdn bundle[9244]: [07b9cb09-0462-4892-8054-6ae25271f9b6] [active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (215.63ms)
Sep 27 00:37:32 testingmstdn bundle[9244]: [07b9cb09-0462-4892-8054-6ae25271f9b6] method=GET path=/api/v1/timelines/home format=html controller=Api::V1::Timelines::HomeController action=show status=200 duration=357.40 view=211.31 db=33.17
Sep 27 00:37:32 testingmstdn bundle[9244]: [de8f994f-a6c6-4a85-a645-1a398f5ebf56] [active_model_serializers] Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (225.59ms)
Sep 27 00:37:32 testingmstdn bundle[9244]: [de8f994f-a6c6-4a85-a645-1a398f5ebf56] method=GET path=/api/v1/notifications format=html controller=Api::V1::NotificationsController action=index status=200 duration=477.90 view=206.97 db=67.75
Sep 27 00:37:33 testingmstdn bundle[9244]: [3e888c25-afe8-42cd-a30c-0d43f4d2c861] [active_model_serializers] Rendered REST::StatusSerializer with ActiveModelSerializers::Adapter::Attributes (48.7ms)
Sep 27 00:37:33 testingmstdn bundle[9244]: [3e888c25-afe8-42cd-a30c-0d43f4d2c861] method=GET path=/api/v1/statuses/1907 format=html controller=Api::V1::StatusesController action=show status=200 duration=64.29 view=35.03 db=20.87
Sep 27 00:37:33 testingmstdn bundle[9244]: [8da41098-c540-46e4-9d3d-16ab5102f660] [active_model_serializers] Rendered ActiveModel::Serializer::Null with Hash (0.06ms)
Sep 27 00:37:33 testingmstdn bundle[9244]: [8da41098-c540-46e4-9d3d-16ab5102f660] method=GET path=/api/v1/statuses/1907/card format=html controller=Api::V1::StatusesController action=card status=200 duration=64.89 view=1.33 db=43.81
Sep 27 00:37:33 testingmstdn bundle[9244]: [0089662f-9652-47bf-9582-0deae19235c3] [active_model_serializers] Rendered REST::ContextSerializer with ActiveModelSerializers::Adapter::Attributes (19.34ms)
Sep 27 00:37:33 testingmstdn bundle[9244]: [0089662f-9652-47bf-9582-0deae19235c3] method=GET path=/api/v1/statuses/1907/context format=html controller=Api::V1::StatusesController action=context status=200 duration=92.94 view=19.52 db=18.63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment