Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move to winston logger #67

Merged
merged 40 commits into from
Dec 16, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0658d56
refactor: Add loging module based on winston
ahochsteger Dec 2, 2020
8f43aa6
style: Fix code style
ahochsteger Dec 2, 2020
cda66b9
fix: Removed unused createLogger
ahochsteger Dec 11, 2020
de18970
refactor(logger): Improved logger setup
ahochsteger Dec 11, 2020
20133dc
fix: Use templates for logs in ZwaveClient.js
ahochsteger Dec 11, 2020
0cde5bc
fix: Fix module name "zwc" -> "zwave"
ahochsteger Dec 11, 2020
f797c11
feat: Add stack traces to log output
ahochsteger Dec 11, 2020
7c755bb
fix: Code formatting
ahochsteger Dec 11, 2020
5a3d085
feat: Enable logger runtime configuration
ahochsteger Dec 11, 2020
6ce23e4
docs: Add as contributor
ahochsteger Dec 11, 2020
9e29707
refactor(app): Use logger module for app
ahochsteger Dec 11, 2020
e8f7b99
refactor(app): Use logger module for jsonStore
ahochsteger Dec 11, 2020
f2fec18
refactor(gateway): Use logger module for Gateway
ahochsteger Dec 11, 2020
fabcdaf
refactor(mqtt): Use logger module for MqttClient
ahochsteger Dec 11, 2020
c9b2f96
refactor(socket): Use logger module for SocketManager
ahochsteger Dec 11, 2020
55109c5
test: Add initial logger tests
ahochsteger Dec 11, 2020
e52d14e
cleanup: Remove obsolete debug.js
ahochsteger Dec 11, 2020
acbcf59
refactor(logger): Fully working logger + tests
ahochsteger Dec 13, 2020
6108516
fix: Code formatting
ahochsteger Dec 13, 2020
6dbedb0
feat: Dynamically setup winston logger in app.js
ahochsteger Dec 13, 2020
b96f373
refactor(logging): Add error stack trace
ahochsteger Dec 14, 2020
aa0ecd2
Merge branch 'master' into winston-logging
ahochsteger Dec 14, 2020
c6d9312
Merge branch 'master' into winston-logging
ahochsteger Dec 14, 2020
0317ad4
refactor: Move logging config to gateway section
ahochsteger Dec 14, 2020
e84a88c
fix: Revert removal of zwave log settings
ahochsteger Dec 15, 2020
8fffb71
fix: Show log settings only if logging is enabled
ahochsteger Dec 15, 2020
322c260
fix: UI labels for gateway logging
ahochsteger Dec 15, 2020
596b703
feat: Add gateway logfile name to UI settings
ahochsteger Dec 15, 2020
8bda41c
Merge branch 'master' into winston-logging
ahochsteger Dec 15, 2020
8474ff3
fix: Log setting UI layout
ahochsteger Dec 15, 2020
cceeb2f
fix: Remove useless logFilename setting
ahochsteger Dec 15, 2020
10c20ce
fix: pretty colors on console and use stderr for error logs
robertsLando Dec 15, 2020
2688850
fix: store log file to store folder
robertsLando Dec 15, 2020
ebcf277
fix: lint issues
robertsLando Dec 15, 2020
17310d6
refactor: Simplify color handling + improve tests
ahochsteger Dec 16, 2020
0d5e90f
test: Cleanup tests
ahochsteger Dec 16, 2020
92e07c7
test: More cleanup
ahochsteger Dec 16, 2020
e1ea9c7
refactor: Remove useless logger name prefix
ahochsteger Dec 16, 2020
6fb35a9
refactor: Split logLevel + logToFile into separat v-flex
ahochsteger Dec 16, 2020
1c88af0
style: Fix code style
ahochsteger Dec 16, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading