Commit Graph

5 Commits (ef938691bfff0b19697bce74ca4c0d58295ab1ea)

Author SHA1 Message Date
Scott Staniewicz 6fdfd1365e
logging.conf: avoid empty file creation
Keeps the larger size from previous commit, but sets `delay=True` in `RotatingFileHandler`
https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler

Arguments are:
`RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False, errors=None)`
2021-05-26 16:37:50 -05:00
falkamelung 88def96714 logging.conf: larger file size 2020-06-23 11:26:36 -07:00
piyushrpt 7db07f3768 Suppress zero sized log file creation 2020-05-31 15:21:39 -07:00
Ryan Burns 46fef17f39 Add CMake build system
This commit adds experimental CMake build support for ISCE2.

The only changes involved should be adding CMakeLists.txt files.
All current source files, headers, and other functionality, including
the existing SCons build system, should be unaffected.

Some functionality is still a work-in-progress.
These should all be marked as TODO in the CMakeLists.txt files.
`grep TODO **.txt`

Please read CMakeLists.txt and .cmake/*.cmake for more info.
2019-12-21 17:34:50 -08:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00