diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-10-07 16:09:42 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-10-07 16:09:42 +0100 |
| commit | 8cecaff1ae7240902249676b7d24fadca03fc5a9 (patch) | |
| tree | a381cd45ffa4577dd1818eb192c5ebaf53ae0b7d /.gitignore | |
| parent | ffadea4389bcf777b049d75a0f3bae5155b7d584 (diff) | |
| download | tplink-energy-monitor-8cecaff1ae7240902249676b7d24fadca03fc5a9.tar.xz tplink-energy-monitor-8cecaff1ae7240902249676b7d24fadca03fc5a9.zip | |
Basic logging functionality. Logs every 60s.
Needs log rotation/management to avoid huge logfiles.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,4 +58,5 @@ typings/ .env dist/ -.scannerwork/
\ No newline at end of file +.scannerwork/ +*-log.json
\ No newline at end of file |