1
0
mirror of https://github.com/rhysd/Mstdn.git synced 2025-02-01 05:52:11 +01:00

disable debug log by default...

This commit is contained in:
rhysd 2017-04-20 00:26:54 +09:00
parent e323625cca
commit c9c74dcf6b

View File

@ -5,6 +5,5 @@ if (process.env.NODE_ENV === 'development') {
} else {
log.setLevel('info');
}
log.setLevel('debug');
export default log;