-
Notifications
You must be signed in to change notification settings - Fork 683
feat: allow logs to be written to a file by providing the --logging.file
argument
#4195
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7f86d3 - Browse repository at this point
Copy the full SHA c7f86d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b85c5 - Browse repository at this point
Copy the full SHA 54b85c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ca2e9 - Browse repository at this point
Copy the full SHA b0ca2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a397b6f - Browse repository at this point
Copy the full SHA a397b6fView commit details -
Use a persistent filehandle instead of calling 'appendFile' each tile…
… a log is written
Configuration menu - View commit details
-
Copy full SHA for 0f13a36 - Browse repository at this point
Copy the full SHA 0f13a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for b206a42 - Browse repository at this point
Copy the full SHA b206a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ec4fe - Browse repository at this point
Copy the full SHA d1ec4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for feb57bd - Browse repository at this point
Copy the full SHA feb57bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b8673f - Browse repository at this point
Copy the full SHA 0b8673fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d73be8 - Browse repository at this point
Copy the full SHA 6d73be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b4ae04 - Browse repository at this point
Copy the full SHA 8b4ae04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b6159e - Browse repository at this point
Copy the full SHA 4b6159eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2db28f - Browse repository at this point
Copy the full SHA e2db28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2db1a4 - Browse repository at this point
Copy the full SHA d2db1a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e64fc7 - Browse repository at this point
Copy the full SHA 4e64fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8423a65 - Browse repository at this point
Copy the full SHA 8423a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcf39ed - Browse repository at this point
Copy the full SHA fcf39edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22ec214 - Browse repository at this point
Copy the full SHA 22ec214View commit details -
Switch to use 'fs.openSync()' instead of 'fs.writeSync()' because win…
…dows won't if the content is empty :(
Configuration menu - View commit details
-
Copy full SHA for 37e1616 - Browse repository at this point
Copy the full SHA 37e1616View commit details -
Work in progress. Move logger into @ganache/utils, resolve filehandle…
… within logging-options.
Configuration menu - View commit details
-
Copy full SHA for 44a7107 - Browse repository at this point
Copy the full SHA 44a7107View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02821d - Browse repository at this point
Copy the full SHA b02821dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e7ddd6 - Browse repository at this point
Copy the full SHA 4e7ddd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9aac47 - Browse repository at this point
Copy the full SHA f9aac47View commit details -
tidy up implementation, fix tests, don't accept filehandle as logging…
….file because then it's impossible for us to now whether we should close it
Configuration menu - View commit details
-
Copy full SHA for 6cc6fb2 - Browse repository at this point
Copy the full SHA 6cc6fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 303330d - Browse repository at this point
Copy the full SHA 303330dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edf108 - Browse repository at this point
Copy the full SHA 7edf108View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca8f581 - Browse repository at this point
Copy the full SHA ca8f581View commit details -
Modify 'EPERM' test to support Windows (who does some freaky stuff wh…
…en a directory is opened for writing)
Configuration menu - View commit details
-
Copy full SHA for 04a0674 - Browse repository at this point
Copy the full SHA 04a0674View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8352f82 - Browse repository at this point
Copy the full SHA 8352f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a556d6 - Browse repository at this point
Copy the full SHA 5a556d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff9eb9 - Browse repository at this point
Copy the full SHA 1ff9eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d08ff26 - Browse repository at this point
Copy the full SHA d08ff26View commit details -
Configuration menu - View commit details
-
Copy full SHA for b577089 - Browse repository at this point
Copy the full SHA b577089View commit details
Commits on Mar 12, 2023
-
Fix @jeffsmale90's broken regex :)
Co-authored-by: cds-amal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc87e1e - Browse repository at this point
Copy the full SHA cc87e1eView commit details -
Fix @jeffsmale90's broken regex :)
Co-authored-by: cds-amal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d445cb - Browse repository at this point
Copy the full SHA 0d445cbView commit details -
Fix @jeffsmale90's broken regex :)
Co-authored-by: cds-amal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a235c7a - Browse repository at this point
Copy the full SHA a235c7aView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 838b9dc - Browse repository at this point
Copy the full SHA 838b9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff67775 - Browse repository at this point
Copy the full SHA ff67775View commit details
Commits on Mar 28, 2023
-
Use WriteStream instead of appending to an open filehandle directly. …
…Tidy up some tests, and Logger type definitions..
Configuration menu - View commit details
-
Copy full SHA for 2af6a26 - Browse repository at this point
Copy the full SHA 2af6a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for faad325 - Browse repository at this point
Copy the full SHA faad325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33849ce - Browse repository at this point
Copy the full SHA 33849ceView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67d4db3 - Browse repository at this point
Copy the full SHA 67d4db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685b6f9 - Browse repository at this point
Copy the full SHA 685b6f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc4bef - Browse repository at this point
Copy the full SHA acc4befView commit details
Commits on Apr 13, 2023
-
Don't await
getProvider()
twiceCo-authored-by: David Murdoch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12f3bd1 - Browse repository at this point
Copy the full SHA 12f3bd1View commit details
Commits on Apr 17, 2023
-
change 'writing' to `'write' because it makes sense this way
Co-authored-by: David Murdoch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 247454c - Browse repository at this point
Copy the full SHA 247454cView commit details -
Configuration menu - View commit details
-
Copy full SHA for daa040a - Browse repository at this point
Copy the full SHA daa040aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 295ab1a - Browse repository at this point
Copy the full SHA 295ab1aView commit details -
Assert that logs are appended to an existing file. Refactor logging-o…
…ptions tests to reuse asserLogLine logic. Fix test that covers file access error (that now includes the useful error message).
Configuration menu - View commit details
-
Copy full SHA for eb8d2b8 - Browse repository at this point
Copy the full SHA eb8d2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970fb76 - Browse repository at this point
Copy the full SHA 970fb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec7d5a3 - Browse repository at this point
Copy the full SHA ec7d5a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47acdd - Browse repository at this point
Copy the full SHA d47acddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a7adb - Browse repository at this point
Copy the full SHA 39a7adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 180b9e8 - Browse repository at this point
Copy the full SHA 180b9e8View commit details -
Await tests that user tmp.with(File|Dir), remove thrown Error from te…
…st, fix incorrect test name
Configuration menu - View commit details
-
Copy full SHA for 0a80a3e - Browse repository at this point
Copy the full SHA 0a80a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb659e - Browse repository at this point
Copy the full SHA 0fb659eView commit details -
Use unsafeCleanup to force tmp to remove the temp directory, even whe…
…n the log file is still in it.
Configuration menu - View commit details
-
Copy full SHA for 0d7cb88 - Browse repository at this point
Copy the full SHA 0d7cb88View commit details
Commits on Jun 19, 2023
-
Don't explicitly unlink filepath, rely on tmp-promise to clean itself…
… up, add a comment explaining 'unsafeCleanup'
Configuration menu - View commit details
-
Copy full SHA for 4a76b48 - Browse repository at this point
Copy the full SHA 4a76b48View commit details
Commits on Jun 20, 2023
-
Update src/chains/ethereum/options/src/logging-options.ts
Co-authored-by: David Murdoch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1d9565 - Browse repository at this point
Copy the full SHA c1d9565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7671bea - Browse repository at this point
Copy the full SHA 7671beaView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 084b583 - Browse repository at this point
Copy the full SHA 084b583View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b52db3e - Browse repository at this point
Copy the full SHA b52db3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a072f7 - Browse repository at this point
Copy the full SHA 6a072f7View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d8cce1 - Browse repository at this point
Copy the full SHA 6d8cce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2213061 - Browse repository at this point
Copy the full SHA 2213061View commit details
Commits on Jun 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50a614c - Browse repository at this point
Copy the full SHA 50a614cView commit details