Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Aug 24, 2022
1 parent 9920ff5 commit 90221a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26616,11 +26616,7 @@ async function run() {

const options = (job) => {
return {
format: format.combine(
label({ type: "github" }),
timestamp(),
lokiFormat
),
format: combine(label({ type: "github" }), timestamp(), lokiFormat),
transports: [
new LokiTransport({
labels: {
Expand Down
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,7 @@ export async function run() {

const options = (job) => {
return {
format: format.combine(
label({ type: "github" }),
timestamp(),
lokiFormat
),
format: combine(label({ type: "github" }), timestamp(), lokiFormat),
transports: [
new LokiTransport({
labels: {
Expand Down

0 comments on commit 90221a4

Please sign in to comment.