Skip to content

Commit

Permalink
docs: remove see tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoventura committed Oct 7, 2024
1 parent f275838 commit 52a3714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import path from 'node:path'

export function initializeLogger() {
// allow logs to be triggered from the renderer process
// @see https://github.com/megahertz/electron-log/blob/master/docs/initialize.md
// https://github.com/megahertz/electron-log/blob/master/docs/initialize.md
log.initialize()

// log electron core events
// @see https://github.com/megahertz/electron-log/blob/master/docs/events.md
// https://github.com/megahertz/electron-log/blob/master/docs/events.md
log.eventLogger.startLogging()

// log uncaught exceptions
// @see https://github.com/megahertz/electron-log/blob/master/docs/errors.md
// https://github.com/megahertz/electron-log/blob/master/docs/errors.md
log.errorHandler.startCatching()

log.transports.file.fileName = 'k6-studio.log'
Expand Down

0 comments on commit 52a3714

Please sign in to comment.