Service Log

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

The service log file console pattern uses colors to highlight the service type and message level. On Windows, console colors should be disabled.

Service Log Sample Console.png

Service log file record structure

Timestamp (UTC) [Service Type] [Level] [Trace Id] [Class and Line Number] [Thread] - Message

Service log file record sample

2018-11-18T15:39:04.902Z [jfac ] [INFO ]  [4b1b8a0b04e31b80] [s.r.NodeRegistryServiceImpl:44] [http-exec-4         ] - request to "join" with serviceId jffe@000

Value

Description

Example

Timestamp

The date and time the message was logged, in UTC time with the standard format: [yyyy-MM-dd'T'HH:mm:ss.SSSZ] based on RFC-3339

2018-11-18T15:39:04.902Z

Service Type

The service type, color coordinated with a specific color for each service, including:

  • Artifactory: Bright Green

  • Access: Yellow

  • Event: Bright Cyan

  • Router: Cyan

  • Tomcat: Magenta

  • Metadata: Bright Blue

  • Xray: Yellow

Cross-product services (such as router, tomcat, scripts) use the same color.

[jfrpg]

Service Identifier

The service identifier is 4 to 6 character long and represents one of the following microservices.

JFrog Product

Service Name

Service ID

Artifactory

Artifactory

jfrt (legacy: jf-artifactory)

Access

jfac

(legacy: jf-access)

Router

jfrou

Metadata

jfmd

Frontend

jffe

Event

jfevt

JFConnect

jfcon

Mission Control

jfmc

Integration

jfint

Observability

jfob

Xray

Server

jfxr

Analysis

jfxana

Indexer

jfxidx

Persist

jfxpst

Indexer-App

jfxia

Distribution

Distribution

jfds

Distributor

jfdr

Mission Control

(Below version 4.7)

Mission Control

jfmc

Insight Server

jfisv

Insight Schedular

jfisc

Pipelines

extensionsync

jfpes

Logup

jfplog

Marshaller

jfpmar

Hook Handler

jfphh

Nexec

jfpnex

Cron

jfpcrn

Step Trigger

jfpst

Run Trigger

jfprt

Pipeline Sync

jfpps

Template Sync

jfpts

Request Sealer

jfprs

Frontend

jfpwww

Api

jfpapi

Pipelines router

jfprou

Installer

Installers Commons

jfin

[jfrt]

Trace Id

The trace id value. Trace id is used to identify a request across services

4b1b8a0b04e31b80

Class and Line Number

The fully qualified class name and line number printing this log entry.

s.r.NodeRegistryServiceImpl:44

Thread

The thread printing this log entry. "main" if not java.

[http-exec-4 ]

Message

The log entry message.

Hello JFrog