Skip to content

Commit fe42441

Browse files
committed
Reduce logging
1 parent 4645185 commit fe42441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ app.use(KoaViews(path.join(__dirname, '..', 'views'), {
160160
},
161161
if_t: function(key:string, block:any) { // if a translation exists
162162
const t = i18n.t(key);
163-
logger.info({ key, t }, "if_t")
163+
logger.trace({ key, t }, "if_t")
164164
if (t != "" && t != key) {
165165
return block.fn();
166166
}

0 commit comments

Comments
 (0)