Skip to content

Commit

Permalink
Merge branch 'NVIDIA:main' into tensor_comm
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 authored Dec 11, 2024
2 parents 3cf01c4 + f3e1e0d commit 6cc4c8c
Show file tree
Hide file tree
Showing 124 changed files with 4,839 additions and 1,314 deletions.
9 changes: 5 additions & 4 deletions docs/resources/log.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keys=root
keys=consoleHandler,errorFileHandler

[formatters]
keys=fullFormatter
keys=baseFormatter

[logger_root]
level=INFO
Expand All @@ -14,14 +14,15 @@ handlers=consoleHandler,errorFileHandler
[handler_consoleHandler]
class=StreamHandler
level=DEBUG
formatter=fullFormatter
formatter=baseFormatter
args=(sys.stdout,)

[handler_errorFileHandler]
class=FileHandler
level=ERROR
formatter=fullFormatter
formatter=baseFormatter
args=('error_log.txt', 'a')

[formatter_fullFormatter]
[formatter_baseFormatter]
class=nvflare.fuel.utils.log_utils.BaseFormatter
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
Loading

0 comments on commit 6cc4c8c

Please sign in to comment.