UNPKG
@waiting/log
Version:
latest (1.0.2)
1.0.2
1.0.1
Lightweight logging for browser
github.com/waitingsong/log
waitingsong/log
@waiting/log
/
dist
/
lib
/
config.js
8 lines
(7 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
defaultConfig
=
{
maxMsgLength:
1024
,
runLevel:
'log'
,
persist:
true
,
persistTTL:
7
*
24
*
3600
,
storagePrefix:
'log'
, }