Skip to content

cannot see log info by tf.logging to debug #454

@luchensk

Description

@luchensk

It looks that it failed to see the log info on STDOUT by tf.logging to debug when running by bazel run //tensorboard -- --logdir <log_path>.

Then, I tried to run by python main.py --logdir <log_path> and was able to see the log info by base_logging.getLogger as below, but still cannot see log info by tf.logging.info

TensorBoard 0.4.0a0 at http://xxx.local:6006 (Press CTRL+C to quit)

So, is there a way to enable tf.logging to see log info when tensorboard running by bazel run? Please correct me if something wrong with my operation, thanks.

BTW, it also failed to see log info by base_logging.getLogger on running by bazel run //tensorboard -- --logdir <log_path>.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions