Skip to content

Commit

Permalink
#2737: set logging to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Jul 29, 2024
1 parent 90243e9 commit b33348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard-prime/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import '@toast-ui/editor/dist/toastui-editor.css'
import 'video.js/dist/video-js.css'


log.setLevel('trace')
log.setLevel('warn')

const pinia = createPinia()

Expand Down

0 comments on commit b33348a

Please sign in to comment.